Error reporting improvements
[mono.git] / mcs / errors / cs3001-3.cs
index 1590ede9c50438810fd63e08fa91a854452fbffb..00b0ca34d1d788962af7ce47c41e7d8618be1d8e 100644 (file)
@@ -1,5 +1,6 @@
-// cs3001-3.cs: Argument type `ulong' is not CLS-compliant
-// Line: 8
+// CS3001: Argument type `ulong' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant (true)]
@@ -10,4 +11,4 @@ public class CLSClass {
                         return 2;
                 }
         }
-}
\ No newline at end of file
+}