New test.
[mono.git] / mcs / errors / cs3005-22.cs
index b598d8e19990fdcbb36d759f80967aa195186880..45d2e88b18dce779ea7f607182aa23e2813936b0 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'X.Index' differing only in case is not CLS-compliant
+// cs3005-22.cs: Identifier `X.index' differing only in case is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
@@ -7,4 +8,4 @@ public class X {
         public int index { get { return 0; } }
         public int Index { set {} }
         
-}
\ No newline at end of file
+}