Switch to compiler-tester
[mono.git] / mcs / tests / mtest-8-dll.cs
diff --git a/mcs/tests/mtest-8-dll.cs b/mcs/tests/mtest-8-dll.cs
deleted file mode 100644 (file)
index 632fd6e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// Compiler options: -t:library
-
-using System;
-
-namespace blah
-{
-
-public delegate void MyFunnyDelegate(object sender, params object[] message);
-
-}