Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / cs0143.cs
index 7f03c6bdd001adb0be35ff4efded453e2728b74d..5886f3b7bda3bf99527c6790aa0f18ca543c0312 100644 (file)
@@ -1,11 +1,11 @@
-// CS0143: The class `A' has no constructors defined\r
-// Line: 9\r
-// Compiler options: -r:CS0143-lib.dll\r
-\r
-public class Test\r
-{\r
-       public static void Main ()\r
-       {\r
-               new A ();\r
-       }\r
-}\r
+// CS0143: The class `A' has no constructors defined
+// Line: 9
+// Compiler options: -r:CS0143-lib.dll
+
+public class Test
+{
+       public static void Main ()
+       {
+               new A ();
+       }
+}