Switch to compiler-tester
[mono.git] / mcs / tests / mtest-4-dll.cs
diff --git a/mcs/tests/mtest-4-dll.cs b/mcs/tests/mtest-4-dll.cs
deleted file mode 100644 (file)
index 0f2614a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// Compiler options: -t:library
-
-namespace Foo {
-namespace Bar {
-        public class Baz {
-                public class Inner {
-                        public static void Frob() { }
-                }
-        }
-}
-}