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