Switch to compiler-tester
[mono.git] / mcs / tests / mtest-4-exe.cs
diff --git a/mcs/tests/mtest-4-exe.cs b/mcs/tests/mtest-4-exe.cs
deleted file mode 100644 (file)
index 7c12386..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// Compiler options: -r:mtest-4-dll.dll
-
-using Inner = Foo.Bar.Baz.Inner;
-public class Driver {
-        public static void Main () {
-                Inner.Frob();
-        }
-}