Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs3008-6.cs
index 08a182556a47ae90a0ff9c15a32e57747dcb6c70..65afa4bf30d3960d2c8826791127d7d91aadb478 100644 (file)
@@ -1,9 +1,10 @@
-// cs3008-6.cs: Identifier `C._()' is not CLS-compliant
-// Line: 8
+// CS3008: Identifier `C._()' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
 
 public class C {
         public void _() {}
-}
\ No newline at end of file
+}