[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs3016-3.cs
index d7d61355067a771911d9e0d36cfb7c0f92553112..1b8a57e312eac5d904ae7815957e80be6a2488b7 100644 (file)
@@ -1,5 +1,6 @@
-// cs3016-3.cs: Arrays as attribute arguments are not CLS-compliant
-// Line: 12
+// CS3016: Arrays as attribute arguments are not CLS-compliant
+// Line: 13
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -11,4 +12,4 @@ public class CLSAttribute: Attribute {
 
 [CLSAttribute(new string[] { "", "" })]
 public interface ITest {
-}
\ No newline at end of file
+}