[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs3018.cs
index 4cf9ec73a891afc4c722cbea2324165ae9b6e8af..9cb110f0387595438a20fc132f1318dd8231bc55 100644 (file)
@@ -1,5 +1,6 @@
-// cs3018.cs: 'NotCompliant.Compliant' cannot be marked as CLS-Compliant because it is a member of non CLS-Compliant type 'NotCompliant'
-// Line: 9
+// CS3018: `NotCompliant.Compliant' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `NotCompliant'
+// Line: 12
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant (true)]