Merge pull request #3913 from omwok/master
[mono.git] / mcs / errors / cs3005-9.cs
index c6f0fdf666eab201f6cfcc9613c2d42e70f851eb..2835a7234f5415504d50c71d7cadb314d41accfb 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'c1' differing only in case is not CLS-compliant
+// CS3005: 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
+}