Switch to compiler-tester
[mono.git] / mcs / tests / mtest-7-exe.cs
diff --git a/mcs/tests/mtest-7-exe.cs b/mcs/tests/mtest-7-exe.cs
deleted file mode 100644 (file)
index 3ba7c64..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Compiler options: -addmodule:mtest-7-dll.netmodule
-
-using n1;
-using System;
-
-public class ModTest
-{
-        
-        public static void Main(string[] args)
-        {
-                Adder a=new Adder();
-                Console.WriteLine(a.Add(2,3));
-        }
-
-}