Switch to compiler-tester
[mono.git] / mcs / tests / gen-59.cs
diff --git a/mcs/tests/gen-59.cs b/mcs/tests/gen-59.cs
deleted file mode 100644 (file)
index f65d1ae..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace N {
-       interface A <T> {
-       }
-}
-class X <T> : N.A <T> {
-}
-class Foo {
-       static void Main () {}
-}