[System]: Cleanup internal TLS Provider registration. (#4758)
[mono.git] / mcs / errors / cs1021-2.cs
old mode 100755 (executable)
new mode 100644 (file)
index 8507e27..556e7cf
@@ -1,8 +1,8 @@
-//\r
-// cs1021: Integral constant is too large\r
-\r
-class X {\r
-       public static void Main() {\r
-               int h = 0xffffffffffffffffffffffffff;\r
-       }\r
-}\r
+// CS1021: Integral constant is too large
+// Line: 6
+
+class X {
+       public static void Main() {
+               int h = 0xffffffffffffffffffffffffff;
+       }
+}