* support-test-*.cs: Rename from test-*-p2.cs.
[mono.git] / mcs / tests / test-353-p2.cs
diff --git a/mcs/tests/test-353-p2.cs b/mcs/tests/test-353-p2.cs
deleted file mode 100644 (file)
index 6bc4004..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-using System;
-public class Three {
-        public static void Main ()
-        {
-                One o = new One ();
-        }
-}