[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs0031-2.cs
index c4e647ccae4baf130bbcb41bac7b3df926b24722..fe492620acc32855d8107bb877892895a96d290e 100644 (file)
@@ -1,10 +1,10 @@
-// cs0031-2.cs: Constant value `-1' cannot be converted to a `byte'\r
-// Line: 9\r
-\r
-public class Test\r
-{\r
-       public static void Main()\r
-       {\r
-               byte b = -1;\r
-       }\r
+// CS0031: Constant value `-1' cannot be converted to a `byte'
+// Line: 9
+
+public class Test
+{
+       public static void Main()
+       {
+               byte b = -1;
+       }
 }
\ No newline at end of file