Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64
[mono.git] / mcs / errors / cs3005-21.cs
index 6f0afd19dae4e9a3e786be2d7895bb3a91521f86..5454d6b8a4aec228672e890d78c3a81a88136e8d 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'CLSClass.NameAbc' differing only in case is not CLS-compliant
+// CS3005: Identifier `CLSClass.NameAbC' differing only in case is not CLS-compliant
 // Line: 12
+// Compiler options: -warnaserror
 
 using System;
 [assembly:CLSCompliant (true)]
@@ -10,4 +11,4 @@ public class CLSClass {
             
         public int NameAbc;
         public int NameAbC;
-}
\ No newline at end of file
+}