Switch to compiler-tester
[mono.git] / mcs / tests / gen-70.cs
diff --git a/mcs/tests/gen-70.cs b/mcs/tests/gen-70.cs
deleted file mode 100644 (file)
index 9b21844..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-namespace Martin
-{
-       public class Test<T>
-       {
-               public static int Foo ()
-               {
-                       return 0;
-               }
-       }
-}
-
-class Foo<T>
-{
-       public Foo (int a)
-       { }
-
-       public Foo ()
-               : this (Martin.Test<T>.Foo ())
-       { }
-}
-
-class X
-{
-       static void Main ()
-       {
-       }
-}