2006-03-18 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / errors / cs3005-9.cs
index 99e3c75fd60bd112a78f14e9fb567e876821ef7d..6fa8c6c702908beedfdddef95b8300890b8fd3e5 100644 (file)
@@ -1,5 +1,6 @@
 // cs3005-9.cs: Identifier `c1' differing only in case is not CLS-compliant
 // Line: 9
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
@@ -7,4 +8,4 @@ public class C1 {
 }
 
 public class c1 {
-}
\ No newline at end of file
+}