Remove text that was copy pasted from MSBuild
[mono.git] / mcs / errors / cs0160.cs
index 5b9b1deb46ceef7dd6f41991807502ce2e8226d2..6e40311ed9b1e68d8cc543214a0afe94756f0c7c 100644 (file)
@@ -1,11 +1,11 @@
-// cs0160.cs: A previous catch clause already catches all exceptions of this or a super type 'System.Exception'\r
-// Line: 8\r
-\r
-class ClassMain {\r
-        public static void Main() {\r
-                try { }\r
-                catch (System.Exception) { }\r
-                catch (System.ApplicationException) { }\r
-        }\r
-}\r
-\r
+// cs0160.cs: A previous catch clause already catches all exceptions of this or a super type `System.Exception'
+// Line: 8
+
+class ClassMain {
+        public static void Main() {
+                try { }
+                catch (System.Exception) { }
+                catch (System.ApplicationException) { }
+        }
+}
+