Merge pull request #3663 from lateralusX/jlorenss/win-api-family-support-libgcmonosgen
[mono.git] / mcs / errors / cs3001-5.cs
index 48ce5e089df4126df1311ec16d6ef686e47c1109..0ff4956b273a63a6d5c698f5c8824bc9fca153ec 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 {
         public delegate int MyDelegate(sbyte i);
-}
\ No newline at end of file
+}