Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs3006-4.cs
index 3308b8556b5b4c465aaceaf2c8ce28bec592ba7e..71b902f25788240d8cf0f128ca621c89dccaf746 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006-4.cs: Overloaded method `CLSInterface.Test(int[,,])' differing only in ref or out, or in array rank, is not CLS-compliant
-// Line: 9
+// CS3006: Overloaded method `CLSInterface.Test(int[,])' differing only in ref or out, or in array rank, is not CLS-compliant
+// Line: 10
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant(true)]