* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs3005-10.cs
index 897f54ce54dbf25192ae76ab9a6cf6ef977afb47..6679f047f6cb53db794270effc31a5e14d502c42 100644 (file)
@@ -1,9 +1,10 @@
-// cs3005.cs: error CS3005: Identifier 'System.Icomparable' differing only in case is not CLS-compliant
+// cs3005-10.cs: Identifier `System.Icomparable' differing only in case is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
 namespace System {
     public interface Icomparable {
     }
-}
\ No newline at end of file
+}