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