Fix loading of documentation XML fragments to use source file and not process path
[mono.git] / mcs / errors / cs3014-3.cs
index d3db0337ab948280f9f4ed9a1a891ba8fbe54d92..fe1e3760cbea50bf8e2463c0ec97868d78996e9c 100644 (file)
@@ -1,8 +1,9 @@
-// cs3014-1.cs: 'I' cannot be marked as CLS compliant because the assembly is not marked as 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
+}