Switch to compiler-tester
[mono.git] / mcs / tests / gen-47-dll.cs
diff --git a/mcs/tests/gen-47-dll.cs b/mcs/tests/gen-47-dll.cs
deleted file mode 100644 (file)
index 3f0bc06..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Compiler options: -t:library
-
-namespace Foo
-{
-       public class List
-       {
-       }
-}
-
-namespace Bar
-{
-       public class List<T>
-       {
-       }
-}