[mcs] Update static using to match the latest update (still work in progress)
[mono.git] / mcs / errors / cs3003-6.cs
index 8cb2e10de21d55a03236a2eeab2fb2bbf10dcca9..9c2c20080cde846f66b6102a7bd090fbc7281452 100644 (file)
@@ -1,12 +1,12 @@
-// CS3003: Type of `I.Foo' is not CLS-compliant\r
-// Line: 10\r
-// Compiler options: -warnaserror -warn:1\r
-\r
-using System;\r
-[assembly:CLSCompliant (true)]\r
-\r
-[CLSCompliant (true)]\r
-public interface I {\r
-    uint Foo { set; }\r
-}\r
-\r
+// CS3003: Type of `I.Foo' is not CLS-compliant
+// Line: 10
+// Compiler options: -warnaserror -warn:1
+
+using System;
+[assembly:CLSCompliant (true)]
+
+[CLSCompliant (true)]
+public interface I {
+    uint Foo { set; }
+}
+