Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mcs / errors / cs3006-7.cs
index 2f1a67f7b8bd1dbaf1da4d4b4b104c39f9ff8f7a..734664994e4940695fffe7eb5a786db8d61d8f1a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006-7.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)]