Switch to compiler-tester
[mono.git] / mcs / tests / mtest-1-exe.cs
diff --git a/mcs/tests/mtest-1-exe.cs b/mcs/tests/mtest-1-exe.cs
deleted file mode 100644 (file)
index 23102f4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// Compiler options: -r:mtest-1-dll.dll
-
-using System;
-using Q;
-
-public class B {
-       public static int Main() {
-               return (A.ToString() == "Hello world!") ? 0 : 1;
-       }
-}