Switch to compiler-tester
[mono.git] / mcs / tests / gen-31-exe.cs
diff --git a/mcs/tests/gen-31-exe.cs b/mcs/tests/gen-31-exe.cs
deleted file mode 100644 (file)
index bbbe34c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Compiler options: -r:gen-31-dll.dll
-
-public class X
-{
-       public static void Test (Bar<int,string> bar)
-       {
-               bar.Hello ("Test");
-               bar.Test (7, "Hello");
-       }
-
-       static void Main ()
-       { }
-}