Merge pull request #3932 from lambdageek/dev-handles-outargs
[mono.git] / mcs / errors / cs3003-6.cs
index b6e109aa1fd944d66eec89566ccb5d3893c5100d..9c2c20080cde846f66b6102a7bd090fbc7281452 100644 (file)
@@ -1,12 +1,12 @@
-// CS3003: Type of `I.Foo' is not CLS-compliant\r
+// CS3003: Type of `I.Foo' is not CLS-compliant
 // Line: 10
 // Compiler options: -warnaserror -warn:1
-\r
-using System;\r
-[assembly:CLSCompliant (true)]\r
-\r
-[CLSCompliant (true)]\r
-public interface I {\r
-    uint Foo { set; }\r
-}\r
-\r
+
+using System;
+[assembly:CLSCompliant (true)]
+
+[CLSCompliant (true)]
+public interface I {
+    uint Foo { set; }
+}
+