Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2002-09-08 09:06:36 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-09-08 09:06:36 +0400
commitc4db22ae775baa64575623c0aa9feaa178813dac (patch)
treedec16ceb5c2f56d4d6f3592df43144d47ad6f519 /mcs/errors/cs0182.cs
parent12ae4f82e73156f018a9eb3f000f583c9b11efe1 (diff)
Update the cs0182 test to actually contain the error message too :-)
svn path=/trunk/mcs/; revision=7313
Diffstat (limited to 'mcs/errors/cs0182.cs')
-rw-r--r--mcs/errors/cs0182.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0182.cs b/mcs/errors/cs0182.cs
index 6f1562a060b..20ddac44aad 100644
--- a/mcs/errors/cs0182.cs
+++ b/mcs/errors/cs0182.cs
@@ -1,4 +1,4 @@
-// cs0182.cs :
+// cs0182.cs : An attribute argument must be a constant expression, typeof expression or array creation expression
// Line : 10
using System;