Switch to compiler-tester
[mono.git] / mcs / tests / cls-test-16.cs
diff --git a/mcs/tests/cls-test-16.cs b/mcs/tests/cls-test-16.cs
deleted file mode 100644 (file)
index 5929b44..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-using System;
-[assembly:CLSCompliant (true)]
-
-[CLSCompliant (false)]
-[CLSAttribute (new bool [] {true, false})]
-public class CLSAttribute: Attribute {
-       public CLSAttribute(bool[] array) {
-       }
-}
-
-public class ClassMain {
-        public static void Main () {}
-}
\ No newline at end of file