Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tests/test-partial-05.cs')
-rw-r--r--mcs/tests/test-partial-05.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcs/tests/test-partial-05.cs b/mcs/tests/test-partial-05.cs
index e097bfc7864..9d7ee2dcd0d 100644
--- a/mcs/tests/test-partial-05.cs
+++ b/mcs/tests/test-partial-05.cs
@@ -12,11 +12,4 @@ partial class A : B {
partial class A : iface {
}
-
-partial class A2 : System.Object {
-}
-
-partial class A2 {
-}
-
class D { static void Main () {} }