Switch to compiler-tester
[mono.git] / mcs / tests / pu-ip.cs
diff --git a/mcs/tests/pu-ip.cs b/mcs/tests/pu-ip.cs
deleted file mode 100644 (file)
index d5f9f90..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// Compiler options: -r:pi.dll -r:pp.dll
-
-class Test {
-        static void Main () {
-                Provider p = new Provider ();
-        }
-}