Switch to compiler-tester
[mono.git] / mcs / tests / gen-17-dll.cs
diff --git a/mcs/tests/gen-17-dll.cs b/mcs/tests/gen-17-dll.cs
deleted file mode 100644 (file)
index f128e62..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// Compiler options: -t:library
-
-public class Stack
-{
-       public Stack ()
-       { }
-
-       public void Hello<T> (T t)
-       { }
-}