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