Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs3008-5.cs
index 85f6f002d4b69d6de89ced4a57bb7b2ff2e50d71..503c96d488a5f5986903c5d31a55c75667ec13d8 100644 (file)
@@ -1,9 +1,10 @@
-// cs3008-5.cs: Identifier `I._()' is not CLS-compliant
-// Line: 8
+// CS3008: Identifier `I._()' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
 
 public interface I {
         void _();
-}
\ No newline at end of file
+}