Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs3005-11.cs
index cd0ff6bd32729626305d2845528144207157c8ec..7e1450b70c834cb16c7d041b9639e6f18856117c 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'clsInterface' differing only in case is not CLS-compliant
+// CS3005: Identifier `clsInterface' differing only in case is not CLS-compliant
 // Line: 10
+// Compiler options: -warnaserror
 
 using System;
 [assembly:CLSCompliant (true)]
@@ -8,4 +9,4 @@ public interface CLSInterface {
 }
 
 public class clsInterface: CLSInterface {
-}
\ No newline at end of file
+}