Switch to compiler-tester
[mono.git] / mcs / tests / gen-31-dll.cs
diff --git a/mcs/tests/gen-31-dll.cs b/mcs/tests/gen-31-dll.cs
deleted file mode 100644 (file)
index 54f36c9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-public class Foo<T>
-{
-       public void Hello (T t)
-       { }
-}
-
-public class Bar<T,U> : Foo<U>
-{
-       public void Test (T t, U u)
-       { }
-}