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:
authorJohn Luke <jluke@mono-cvs.ximian.com>2004-10-01 21:42:18 +0400
committerJohn Luke <jluke@mono-cvs.ximian.com>2004-10-01 21:42:18 +0400
commitac5cb1f8a9080e1e27e2fdb57da8522475ba5d7e (patch)
tree569aba201a3d0a006ce362dd962af84734cfdc0b /mcs/errors/cs0108-3.cs
parentc1e8d7d744557fac93c71a9fcd0aa568eca61119 (diff)
2004-10-01 John Luke <john.luke@gmail.com>
* *.cs: fix some incorrect tests by either addding a Main method, or adding a -t:library compiler option. Makes one test pass, and adds 19 to *-expect-wrong-error as they compile when they shouldn't * *mcs-expect-*-error: update svn path=/trunk/mcs/; revision=34599
Diffstat (limited to 'mcs/errors/cs0108-3.cs')
-rw-r--r--mcs/errors/cs0108-3.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mcs/errors/cs0108-3.cs b/mcs/errors/cs0108-3.cs
index 9d1b71bb1ac..d3c28cbd9eb 100644
--- a/mcs/errors/cs0108-3.cs
+++ b/mcs/errors/cs0108-3.cs
@@ -1,5 +1,6 @@
// cs0108.cs: The new keyword is required on 'O.InnerAttribute()' because it hides inherited member
-// Line: 11
+// Line: 12
+// Compiler options: -t:library
using System;
@@ -13,4 +14,4 @@ class O: Base
[AttributeUsage(AttributeTargets.Class)]
public sealed class InnerAttribute: Attribute {
}
-} \ No newline at end of file
+}