[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs3003-1.cs
index 778ed16ad4234c2fed91910b8cd7a08c05c239c3..e14f5336af8a394c855b376c90d94e8432a4979a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3003-1.cs: Type of `CLSClass.MyEvent' is not CLS-compliant
+// CS3003: Type of `CLSClass.MyEvent' is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror -warn:1
 
 [assembly:System.CLSCompliant (true)]
 
@@ -8,4 +9,4 @@ public delegate void MyDelegate ();
 
 public class CLSClass {
         public event MyDelegate MyEvent;
-}
\ No newline at end of file
+}