Merge pull request #1931 from kasthack/system.web-fixes
[mono.git] / mcs / tests / gtest-exmethod-04-lib.cs
index 7c1a57a73d70b0d7fd76ddf439d99abf0d512273..2375e1764a7d685d7b723b8f7ee3c1b5aa0cd29a 100644 (file)
@@ -1,14 +1,14 @@
-// Compiler options: -t:library\r
-\r
-using System;\r
-\r
-namespace A\r
-{\r
-       public static class A\r
-       {\r
-               public static string Test_1 (this string s)\r
-               {\r
-                       return ":";\r
-               }\r
-       }\r
-}\r
+// Compiler options: -t:library
+
+using System;
+
+namespace A
+{
+       public static class A
+       {
+               public static string Test_1 (this string s)
+               {
+                       return ":";
+               }
+       }
+}