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/i2.cs')
-rwxr-xr-xmcs/tests/i2.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/tests/i2.cs b/mcs/tests/i2.cs
deleted file mode 100755
index 9c22e5876cc..00000000000
--- a/mcs/tests/i2.cs
+++ /dev/null
@@ -1,5 +0,0 @@
-interface A : B {
-}
-
-interface B : A {
-}