Switch to compiler-tester
[mono.git] / mcs / tests / i2.cs
diff --git a/mcs/tests/i2.cs b/mcs/tests/i2.cs
deleted file mode 100644 (file)
index 9c22e58..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-interface A : B {
-}
-
-interface B : A {
-}