Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs3021-2.cs
index db891eac0b28637554ceb8656276403af1c2e3dc..0998cb9d44d4aef07cfe663e367c4fbcacebbdc2 100644 (file)
@@ -1,10 +1,10 @@
-// cs3021-2.cs: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant\r
-// Line: 9\r
-// Compiler options: -warn:2 -warnaserror\r
-\r
-using System;\r
-\r
-[CLSCompliant (false)]\r
-public partial interface I\r
-{\r
-}\r
+// CS3021: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
+// Line: 9
+// Compiler options: -warn:2 -warnaserror
+
+using System;
+
+[CLSCompliant (false)]
+public partial interface I
+{
+}