Switch to compiler-tester
[mono.git] / mcs / tests / gen-156-exe.cs
diff --git a/mcs/tests/gen-156-exe.cs b/mcs/tests/gen-156-exe.cs
deleted file mode 100644 (file)
index b5b1f28..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// Compiler options: -r:gen-156-dll.dll
-
-namespace FLMID.Bugs.Marshal15
-{
-       public class D : C
-       {
-               public D()
-               {
-                       _layout = new X();
-               }
-               public static void Main(string[] args)
-               {
-                       System.Console.WriteLine("OK");
-               }
-       }
-}
-