[655284] Implemented automatic assembly version numbers
[mono.git] / mcs / errors / cs3016.cs
index f5b82da009a05efc7fcd8251539f18da4daaab83..f5dd84c5f43df4859391639786102635b5b13b64 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:CLSCompliant (true)]
@@ -11,4 +12,4 @@ public class CLSAttribute: Attribute {
         
         public CLSAttribute(bool[] array) {
         }
-}
\ No newline at end of file
+}