Switch to compiler-tester
[mono.git] / mcs / tests / cls-test-11.cs
diff --git a/mcs/tests/cls-test-11.cs b/mcs/tests/cls-test-11.cs
deleted file mode 100644 (file)
index e7e47e7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-[assembly:CLSCompliant (true)]
-
-[CLSCompliant (true)]
-public abstract class CLSClass {
-        [CLSCompliant (true)]
-        public abstract void Test (IComparable arg);
-}
-
-public abstract class CLSCLass_2 {
-        public abstract void Test ();
-}
-
-public class MainClass {
-        public static void Main () {
-        }
-}
\ No newline at end of file