Switch to compiler-tester
[mono.git] / mcs / tests / mtest-3-exe.cs
diff --git a/mcs/tests/mtest-3-exe.cs b/mcs/tests/mtest-3-exe.cs
deleted file mode 100644 (file)
index 6be5408..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-// Compiler options: -r:mtest-3-dll.dll
-
-using System;
-using System.Runtime.InteropServices;
-
-namespace Foo {
-  public class Baz {
-    [DllImport("foo.so", CallingConvention=Bar.CConv)]
-    public static extern void doFoo();
-
-         public static void Main ()
-         { }
-  }
-}