* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs0594-2.cs
old mode 100755 (executable)
new mode 100644 (file)
index 94b44f4..90f8d89
@@ -1,8 +1,8 @@
-//\r
-// cs0594: Floating-point constant is outside the range for type 'decimal|double|float'\r
-\r
-class X {\r
-       public static void Main() {\r
-               double dbl = 1.0e99999;\r
-       }\r
-}\r
+// cs0594-2.cs: Floating-point constant is outside the range of type `double'
+// Line: 6
+
+class X {
+       public static void Main() {
+               double dbl = 1.0e99999;
+       }
+}