New test.
authorMarek Safar <marek.safar@gmail.com>
Fri, 26 Mar 2010 14:37:44 +0000 (14:37 -0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 26 Mar 2010 14:37:44 +0000 (14:37 -0000)
svn path=/trunk/mcs/; revision=154277

1  2 
mcs/errors/gcs0701-3.cs
mcs/errors/gcs0706.cs

diff --cc mcs/errors/gcs0701-3.cs
index 4522501b98d65ae25f3f3d4d99ca1c418e5e4980,4522501b98d65ae25f3f3d4d99ca1c418e5e4980..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,6 -1,6 +1,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
--}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..08edb3fd10f3200c0328b2023b0e37379d73acf3
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,6 @@@
++// CS0706: Invalid constraint type `string[]'\r
++// Line: 4\r
++\r
++public class C<T>  where T : string[]\r
++{\r
++}\r