[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs3018-3.cs
index aa0af491858452e19a75fbd1c314bb917d9c681b..d63fc33e51edb610dc4a88e52949ecffde4a525c 100644 (file)
@@ -1,17 +1,17 @@
-// CS3018: `C1.I2' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `C1'\r
-// Line: 10\r
-// Compiler options: -warnaserror -warn:1\r
-\r
-using System;\r
-[assembly: CLSCompliant (true)]\r
-\r
-public partial class C1\r
-{\r
-    [CLSCompliant (true)]\r
-    public interface I2 {}\r
-}\r
-\r
-[CLSCompliant (false)]\r
-public partial class C1\r
-{\r
+// CS3018: `C1.I2' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `C1'
+// Line: 10
+// Compiler options: -warnaserror -warn:1
+
+using System;
+[assembly: CLSCompliant (true)]
+
+public partial class C1
+{
+    [CLSCompliant (true)]
+    public interface I2 {}
+}
+
+[CLSCompliant (false)]
+public partial class C1
+{
 }
\ No newline at end of file