[#7637][Web]: This is supposed to fail prior to .NET 4.0.
[mono.git] / mcs / errors / cs3006-7.cs
index fb07871f4fd3f101c31a63ff41fa2cea38163d32..734664994e4940695fffe7eb5a786db8d61d8f1a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006.cs: Overloaded method 'CLSClass.Test(ref int)' differing only in ref or out, or in array rank, is not CLS-compliant
-// Line: 14
+// CS3006: Overloaded method `CLSClass.Test(ref int)' differing only in ref or out, or in array rank, is not CLS-compliant
+// Line: 15
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant(true)]