[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs0031-8.cs
index a17afbd6a0ee7abf1a522c2be635ef1d83597c3a..68c7c8002343af27710466f84ba1598bcb90f803 100644 (file)
@@ -1,7 +1,7 @@
-// cs0031: Constant value `-97' cannot be converted to a `uint'\r
-// Line: 9\r
-\r
-public class Test\r
-{\r
-       const uint b = -'a';\r
+// CS0031: Constant value `-97' cannot be converted to a `uint'
+// Line: 9
+
+public class Test
+{
+       const uint b = -'a';
 }
\ No newline at end of file