Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / errors / cs3014-3.cs
index 45a9f2bfd54747e9fc0657175b68089a343a8b06..fe1e3760cbea50bf8e2463c0ec97868d78996e9c 100644 (file)
@@ -1,8 +1,9 @@
-// cs3014-3.cs: `I' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
-// Line: 7
+// CS3014: `I' 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 interface I {
-}
\ No newline at end of file
+}