Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs0031-3.cs
index d8a8557d50b1fb75213fc564539adcd2fd2b9355..8e4ea3153c2a0694030bd99a8245f218a4e6d4b8 100644 (file)
@@ -1,10 +1,10 @@
-// cs0031-3.cs: Constant value `-9' cannot be converted to a `uint'\r
-// Line: 9\r
-\r
-public class Test\r
-{\r
-       public static void Main()\r
-       {\r
-               uint b = -9;\r
-       }\r
+// CS0031: Constant value `-9' cannot be converted to a `uint'
+// Line: 9
+
+public class Test
+{
+       public static void Main()
+       {
+               uint b = -9;
+       }
 }
\ No newline at end of file