2009-12-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / cs3005-5.cs
index 76c6b5c33d8ea4bf6cd4cc4fb080255db1550e4d..f3b6064e03ebad7f8a54d9f88611ea6c898edece 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'CLSClass.Event_A' differing only in case is not CLS-compliant
+// cs3005-5.cs: Identifier `CLSClass.Event_A' differing only in case is not CLS-compliant
 // Line: 13
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
@@ -11,4 +12,4 @@ public class Base {
 
 public class CLSClass: Base {
         public event MyDelegate Event_A;
-}
\ No newline at end of file
+}