Switch to compiler-tester
[mono.git] / mcs / tests / 2test-15.cs
diff --git a/mcs/tests/2test-15.cs b/mcs/tests/2test-15.cs
deleted file mode 100644 (file)
index a8d1841..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Compiler options: -langversion:default
-
-partial class Foo
-{
-       ~Foo ()
-       { }
-}
-
-partial class Foo
-{ }
-
-class B { static void Main () {} }
-