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/i-three.cs')
-rwxr-xr-xmcs/tests/i-three.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/mcs/tests/i-three.cs b/mcs/tests/i-three.cs
deleted file mode 100755
index 7c473f21657..00000000000
--- a/mcs/tests/i-three.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-interface A {
-}
-
-interface B : A{
-}
-
-interface C : A {
-}
-
-interface D : C {
-}