[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0221-9.cs
index 91139cbf647dfc57f29433d521d47b966aa6dde2..959877e485ca1c8949a2d5a57bbd5c03610f92d9 100644 (file)
@@ -2,8 +2,8 @@
 // Line: 6
 
 class X {
-       static void Main () {\r
-               const float d = float.MaxValue;\r
-               ulong b = (ulong) d;\r
+       static void Main () {
+               const float d = float.MaxValue;
+               ulong b = (ulong) d;
        }
 }