Switch to compiler-tester
[mono.git] / mcs / tests / mtest-3-dll.cs
diff --git a/mcs/tests/mtest-3-dll.cs b/mcs/tests/mtest-3-dll.cs
deleted file mode 100644 (file)
index 3760733..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// Compiler options: -t:library
-
-using System;
-using System.Runtime.InteropServices;
-
-namespace Foo {
-  public class Bar {
-    public const CallingConvention CConv = CallingConvention.Cdecl;
-  }
-}