[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0221-7.cs
index a061e603f778db568264eaf6acdd905e12da9dd2..3a63da6f7e46f03427c1512be309479e62736e42 100644 (file)
@@ -2,7 +2,7 @@
 // Line: 6
 
 class X {
-       static void Main () {\r
-               System.Console.WriteLine ((ushort)double.NegativeInfinity);\r
+       static void Main () {
+               System.Console.WriteLine ((ushort)double.NegativeInfinity);
        }
 }