Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-anon-36.cs
index 88de2c794f6122914bedbf8bc3026ce69269fcac..10607b42685cd3c64a3bee60c2786e49524ff404 100644 (file)
@@ -1,13 +1,13 @@
-public class Test\r
-{\r
-        public static void Main ()\r
-        {\r
-                new Test (delegate () {});\r
-        }\r
-\r
-        public Test (TestMethod test) {}\r
-        public Test (TestMethod2 test2) {}\r
-}\r
-\r
-public delegate void TestMethod ();\r
+public class Test
+{
+        public static void Main ()
+        {
+                new Test (delegate () {});
+        }
+
+        public Test (TestMethod test) {}
+        public Test (TestMethod2 test2) {}
+}
+
+public delegate void TestMethod ();
 public delegate void TestMethod2 (object o);
\ No newline at end of file