New test.
[mono.git] / mcs / errors / cs0158.cs
index e0058b20db1e2439064a2edba72a72dd2e224cc9..f806cc616158409dff25a5e394ff495f74b9f6e8 100644 (file)
@@ -1,13 +1,13 @@
-// cs0158.cs: The label 'start' shadows another label by the same name in a contained scope\r
-// Line: 9\r
-\r
-class ClassMain {\r
-        public static void Main() {\r
-                start:\r
-                {\r
-                        start:  \r
-                        goto start;\r
-                }\r
-        }\r
-}\r
-\r
+// cs0158.cs: The label `start' shadows another label by the same name in a contained scope
+// Line: 9
+
+class ClassMain {
+        public static void Main() {
+                start:
+                {
+                        start:  
+                        goto start;
+                }
+        }
+}
+