Switch to compiler-tester
[mono.git] / mcs / tests / mtest-2-dll.cs
diff --git a/mcs/tests/mtest-2-dll.cs b/mcs/tests/mtest-2-dll.cs
deleted file mode 100644 (file)
index 50c0c80..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Compiler options: -t:library
-
-namespace Qt
-{
-       public class QtSupport
-       {
-               protected static event MousePressEvent mousePressEvent;
-
-               protected delegate void MousePressEvent ();
-       }
-
-}