Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs3016-1.cs
index d60e0fe0f81f6f8141bac2b600491c65ea261143..334edad3dff54ab51f3438027f98a987effde8d3 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 class CLSAttribute: System.Attribute {
         
         public CLSAttribute(bool[] array) {
         }
-}
\ No newline at end of file
+}