2006-05-06 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / errors / cs0594.cs
old mode 100755 (executable)
new mode 100644 (file)
index 334dd35..6d7a16e
@@ -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
-               decimal d = 12311111111111111111111111111111111111111111111111m;\r
-       }\r
-}\r
+// cs0594.cs: Floating-point constant is outside the range of type `decimal'
+// Line: 6
+
+class X {
+       public static void Main() {
+               decimal d = 12311111111111111111111111111111111111111111111111m;
+       }
+}