Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs3014-2.cs
index ffda3817274520c0f9eb4f5d4c20d931f3032b83..eeee487dee2a2c4ed319c0e52b748d054a05ec77 100644 (file)
@@ -1,8 +1,9 @@
-// cs3014-2.cs: `C' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
-// Line: 7
+// CS3014: `C' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
+// Line: 8
+// Compiler options: -warnaserror -warn:1
 
 using System;
 
 [CLSCompliant (true)]
 public class C {
-}
\ No newline at end of file
+}