svn path=/branches/mono-1-1-9/mcs/; revision=51212
[mono.git] / mcs / errors / cs3005-21.cs
index 6f0afd19dae4e9a3e786be2d7895bb3a91521f86..14a862c0f28b030decff84f321b38483fdb2b119 100644 (file)
@@ -1,4 +1,5 @@
-// cs3005.cs: Identifier 'CLSClass.NameAbc' differing only in case is not CLS-compliant
+// cs3005-21.cs: Identifier `CLSClass.NameAbC' differing only in case is not CLS-compliant
+// Compiler options: -warnaserror
 // Line: 12
 
 using System;
@@ -10,4 +11,4 @@ public class CLSClass {
             
         public int NameAbc;
         public int NameAbC;
-}
\ No newline at end of file
+}