Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs3002-2.cs
index eb2f51213e8fd8a52f0d1026f8c573fa74d3b486..10b706db3b2a584c7640c39de7f819fe6f60c6cb 100644 (file)
@@ -1,5 +1,6 @@
-// cs3002-2.cs: Return type of `CLSClass.Foo()' is not CLS-compliant
-// Line: 13
+// CS3002: Return type of `CLSClass.Foo()' is not CLS-compliant
+// Line: 14
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -15,4 +16,4 @@ public class CLSClass {
         }
        
         static void Main() {}
-}
\ No newline at end of file
+}