Merge pull request #1142 from edbprx/master
[mono.git] / mcs / tests / gtest-300.cs
index f7837dcf8a0bd8b6a55cb477cd30b993dd23d829..7384d47d94c521b45638d76eb45d91284a4d5210 100644 (file)
@@ -1,15 +1,15 @@
-// Compiler options: -warnaserror -warn:4\r
-\r
-using System;\r
-using System.Collections.Generic;\r
-\r
-public class Test\r
-{\r
-        public static void Main ()\r
-        {\r
-                IDictionary<string,object> c =\r
-                        new Dictionary<string,object> ();\r
-                foreach (string s in c.Keys)\r
-                        Console.WriteLine (s);\r
-        }\r
+// Compiler options: -warnaserror -warn:4
+
+using System;
+using System.Collections.Generic;
+
+public class Test
+{
+        public static void Main ()
+        {
+                IDictionary<string,object> c =
+                        new Dictionary<string,object> ();
+                foreach (string s in c.Keys)
+                        Console.WriteLine (s);
+        }
 }
\ No newline at end of file