Make XML
[mono.git] / mcs / errors / cs3005-4.cs
index 30e6a3aa20b8abc449fd853a4957d430dcd5d470..be4f1cb6ad7ff5cc7d7b7bc563b1bee6494c91b0 100644 (file)
@@ -1,9 +1,10 @@
-// cs3005.cs: Identifier 'CLSClass.constant' differing only in case is not CLS-compliant
+// cs3005-4.cs: Identifier `CLSClass.constant' differing only in case is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
 public class CLSClass {
         protected int Constant = 1;
         protected const bool constant = false;
-}
\ No newline at end of file
+}