[xbuild] Fix #40094, part 2/2: AssignProjectConfiguration - Fallback to
[mono.git] / mcs / tests / test-665.cs
old mode 100755 (executable)
new mode 100644 (file)
index ecbd5c5..cb1a326
@@ -1,14 +1,14 @@
-using System;\r
-\r
-class Test\r
-{\r
-       public static int Main ()\r
-       {\r
-               return checked (Method) (null) + unchecked (Method) (null);\r
-       }\r
-       \r
-       static int Method (object o)\r
-       {\r
-               return 0;\r
-       }\r
-}\r
+using System;
+
+class Test
+{
+       public static int Main ()
+       {
+               return checked (Method) (null) + unchecked (Method) (null);
+       }
+       
+       static int Method (object o)
+       {
+               return 0;
+       }
+}