Add missing </p> for xml text reader (monodoc make dist)
[mono.git] / mcs / errors / cs3005-16.cs
index 884f4aa55deeb3688862e7b1f772983d7c4c1abf..2bd81d6e9c3067b89d195020f5a7118cd9c93f79 100644 (file)
@@ -1,10 +1,11 @@
 // cs3005-16.cs: Identifier `CLSClass_B.uNIVERSAL' differing only in case is not CLS-compliant
 // Line: 9
-// Compiler options: -reference:CS3005-16-lib.dll
+// Compiler options: -reference:CS3005-16-lib.dll -warnaserror
+
 
 using System;
 [assembly: CLSCompliantAttribute (true)]
 
 public class CLSClass_B: CLSClass_A {
         public const int uNIVERSAL = 3;
-}
\ No newline at end of file
+}