Switch to compiler-tester
[mono.git] / mcs / tests / gen-4.cs
diff --git a/mcs/tests/gen-4.cs b/mcs/tests/gen-4.cs
deleted file mode 100644 (file)
index 238c461..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-class Stack<T> {
-}
-
-class Test {
-}
-
-class T {
-       public void Foo (Stack<Test> a)
-       { }
-
-       static void Main()
-       {
-       }
-}