Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / cs3005-13.cs
index a2309bd8455c7a1952eda34adae6634f9ac51b9d..c00b27e32bb102896ef8ebafa014eb16f6c8a954 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'CLSEnum.Label' differing only in case is not CLS-compliant
-// Line: 9
+// CS3005: Identifier `CLSEnum.Label' differing only in case is not CLS-compliant
+// Line: 10
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant (true)]
@@ -7,4 +8,4 @@ using System;
 public enum CLSEnum {
         label,
         Label
-}
\ No newline at end of file
+}