Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / cs3005-13.cs
index cfb6deba2587614ea73e35a059f5a197c4a159f8..c00b27e32bb102896ef8ebafa014eb16f6c8a954 100644 (file)
@@ -1,10 +1,6 @@
-// cs3005-13.cs: Identifier `CLSEnum.Label' differing only in case is not CLS-compliant
-// Compiler options: -warnaserror
-// Line: 9
-
-//
-// 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)]