Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs3001.cs
index 7e6bc670b8fe4dd1c450b9f40678c3b66b571a4b..9a856742e4556471b1be3d8d23a0ea4f676de998 100644 (file)
@@ -1,9 +1,10 @@
-// cs3001.cs: Argument type `sbyte' is not CLS-compliant
-// Line: 8
+// CS3001: Argument type `sbyte' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant (true)]
 
 public class CLSClass {
         protected internal void Foo (string text, sbyte value) { }
-}
\ No newline at end of file
+}