New test.
[mono.git] / mcs / tests / test-524.cs
index 78a46ec973bb0de6e2c70a0e788044e48b910d71..b9a440fd75630a7e9513bbb17abf1afb13c47ff5 100644 (file)
@@ -1,14 +1,14 @@
-using System;\r
-public class Foo {\r
-   public static int Main()\r
-   {\r
-          try {\r
-                  lock (null) {\r
-                  }\r
-          }\r
-          catch (ArgumentNullException) {\r
-                  return 0;\r
-          }\r
-          return 1;\r
-   }\r
+using System;
+public class Foo {
+   public static int Main()
+   {
+          try {
+                  lock (null) {
+                  }
+          }
+          catch (ArgumentNullException) {
+                  return 0;
+          }
+          return 1;
+   }
 }
\ No newline at end of file