New test.
[mono.git] / mcs / errors / gcs0701-3.cs
diff --git a/mcs/errors/gcs0701-3.cs b/mcs/errors/gcs0701-3.cs
deleted file mode 100644 (file)
index 4522501..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// CS0703: `string[]' is not a valid constraint. A constraint must be an interface, a non-sealed class or a type parameter\r
-// Line: 4\r
-\r
-public class C<T>  where T : string[]\r
-{\r
-}
\ No newline at end of file