Add missing </p> for xml text reader (monodoc make dist)
[mono.git] / mcs / errors / cs3005-11.cs
index dad8ff9da1672af48787bb51287ca98e32e24c7e..be40f0bca0153c4ad8ddb9d3e1a4117603a23b1a 100644 (file)
@@ -1,5 +1,6 @@
 // cs3005-11.cs: Identifier `clsInterface' differing only in case is not CLS-compliant
 // Line: 10
+// Compiler options: -warnaserror
 
 using System;
 [assembly:CLSCompliant (true)]
@@ -8,4 +9,4 @@ public interface CLSInterface {
 }
 
 public class clsInterface: CLSInterface {
-}
\ No newline at end of file
+}