Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs3016-4.cs
index 3b98475d9aeb2116ca634952be3ecc04afdfd7b3..acf8f0d73c45672456de591653463590e58cc21a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3016.cs: Arrays as attribute arguments are not CLS-compliant
-// Line: 7
+// CS3016: Arrays as attribute arguments are not CLS-compliant
+// Line: 8
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: System.CLSCompliant (true)]
@@ -14,4 +15,4 @@ public partial class CLSAttribute: System.Attribute {
         
         public CLSAttribute(bool[] array) {
         }
-}
\ No newline at end of file
+}