Bump API snapshot submodule
[mono.git] / mcs / errors / cs0594-4.cs
index aae24d3e1194460c903480f555b975f9fe4cde46..d926bccfb0281595c9d9aed36c5ab7b6cb57d86d 100644 (file)
@@ -1,8 +1,8 @@
-// cs0594-4.cs: Floating-point constant is outside the range of type `float'\r
-// Line: 6\r
-\r
-class X {\r
-       public static void Main() {\r
-               float b = 11111111111111111111111111111111111122222222222222222f;\r
-       }\r
-}\r
+// CS0594: Floating-point constant is outside the range of type `float'
+// Line: 6
+
+class X {
+       public static void Main() {
+               float b = 11111111111111111111111111111111111122222222222222222f;
+       }
+}