[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[mono.git] / mcs / errors / cs3005-13.cs
index 8d820904c898dbb9e7eb0d71f9e18bd0b0ad6ee3..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)]