Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs3014-2.cs
index c2cff890f90aab6b5455895254ea16d76a12b7c2..eeee487dee2a2c4ed319c0e52b748d054a05ec77 100644 (file)
@@ -1,8 +1,9 @@
-// cs3014-2.cs: 'C' cannot be marked as CLS compliant because the assembly is not marked as 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
+}