Switch to compiler-tester
[mono.git] / mcs / tests / mtest-7-dll.cs
diff --git a/mcs/tests/mtest-7-dll.cs b/mcs/tests/mtest-7-dll.cs
deleted file mode 100644 (file)
index d163886..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Compiler options: -t:module
-
-namespace n1
-{
-        public class Adder
-        {
-                public int Add(int x, int y)
-                {
-                        return x+y;
-                }
-        }
-}