Switch to compiler-tester
[mono.git] / mcs / tests / cls-test-7.cs
diff --git a/mcs/tests/cls-test-7.cs b/mcs/tests/cls-test-7.cs
deleted file mode 100644 (file)
index 6084e41..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-
-[assembly:CLSCompliant(true)]
-
-namespace aa {
-    public class I1 {
-    }
-}
-
-namespace bb {
-    public interface i1 {
-    }
-}
-
-public class CLSClass {
-        public static void Main() {}
-}
\ No newline at end of file