Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mcs / errors / cs0248.cs
index 1b026c41341bc323305f1c8466e16d0a443b7688..f7d8fb70a63e681b19830b2d95b2d2bef9baac99 100644 (file)
@@ -1,10 +1,10 @@
-// cs0248.cs: Cannot create an array with a negative size\r
-// Line: 6\r
-\r
-public class MainClass {\r
-        public static void Main () {\r
-                byte[] byteArray = new byte[-1];\r
-        }\r
-}\r
-\r
-\r
+// CS0248: Cannot create an array with a negative size
+// Line: 6
+
+public class MainClass {
+        public static void Main () {
+                byte[] byteArray = new byte[-1];
+        }
+}
+
+