Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / cs3005-13.cs
index 92f8c1e7bfdbde45f531b9e27b33646915bba023..c00b27e32bb102896ef8ebafa014eb16f6c8a954 100644 (file)
@@ -1,10 +1,6 @@
-// cs3005-13.cs: Identifier `CLSEnum.Label' differing only in case is not CLS-compliant
-// Line: 9
-// Compiler options: -warnaserror
-
-//
-// NOTE: This is only an error in MCS - in GMCS, it's just a warning.
-//
+// CS3005: Identifier `CLSEnum.Label' differing only in case is not CLS-compliant
+// Line: 10
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant (true)]