Fix invalid test constraint
[mono.git] / mcs / errors / gcs1910-2.cs
index 1c1d37cd65908f65cd39b61b6b19ba535658dd63..6b467446c2d4ee0680fff444a1f45500374d5df5 100644 (file)
@@ -1,11 +1,11 @@
-// gcs1910.cs: Argument of type `int[]' is not applicable for the DefaultValue attribute\r
-// Line: 7\r
-\r
-using System.Runtime.InteropServices;\r
-using System;\r
-\r
-class Test {\r
-       void f ([DefaultParameterValue (new int[0])] object x)\r
-       {\r
-       }\r
-}\r
+// CS1910: Argument of type `int[]' is not applicable for the DefaultParameterValue attribute
+// Line: 7
+
+using System.Runtime.InteropServices;
+using System;
+
+class Test {
+       void f ([DefaultParameterValue (new int[0])] object x)
+       {
+       }
+}