Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / gtest-exmethod-02-lib.cs
index 3d219af6c271e8bca61c44b6a1e7d473f37e8c94..17803bfada67a2d159018c6934aeb842a5d125ff 100644 (file)
@@ -1,11 +1,11 @@
-// Compiler options: -t:library\r
-\r
-using System;\r
-\r
-public static class Test\r
-{\r
-       public static string Test_1 (this string s)\r
-       {\r
-               return ":";\r
-       }\r
-}\r
+// Compiler options: -t:library
+
+using System;
+
+public static class Test
+{
+       public static string Test_1 (this string s)
+       {
+               return ":";
+       }
+}