Switch to compiler-tester
[mono.git] / mcs / tests / gen-66.cs
diff --git a/mcs/tests/gen-66.cs b/mcs/tests/gen-66.cs
deleted file mode 100644 (file)
index 0c763ad..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-using System;
-
-public class Foo<T>
-{
-}
-
-class X
-{
-       static void Main ()
-       {
-               Console.WriteLine (typeof (Foo<>));
-       }
-}