[xbuild] Fix #40094, part 2/2: AssignProjectConfiguration - Fallback to
[mono.git] / mcs / tests / test-anon-51.cs
index e44d6b53e1bd9aa0603af50ba0da79286af30df9..c646c3790fc77c526dab3e3682b7723cab2ed866 100644 (file)
@@ -1,14 +1,14 @@
-using System;\r
-\r
-public delegate void FooDelegate ();\r
-\r
-public class X {\r
-       public static readonly FooDelegate Print = delegate {\r
-               Console.WriteLine ("delegate!");\r
-        };\r
-\r
-       public static void Main ()\r
-       {\r
-               Print ();\r
-       }\r
-}\r
+using System;
+
+public delegate void FooDelegate ();
+
+public class X {
+       public static readonly FooDelegate Print = delegate {
+               Console.WriteLine ("delegate!");
+        };
+
+       public static void Main ()
+       {
+               Print ();
+       }
+}