Switch to compiler-tester
[mono.git] / mcs / tests / cls-test-15.cs
diff --git a/mcs/tests/cls-test-15.cs b/mcs/tests/cls-test-15.cs
deleted file mode 100644 (file)
index 7f93f9e..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-using System;
-[assembly:CLSCompliant (true)]
-
-public class CLSAttribute_1: Attribute {
-       public CLSAttribute_1(int[] array) {
-       }
-   
-       public CLSAttribute_1(int array) {
-       }
-}
-
-[CLSCompliant (false)]
-public class CLSAttribute_2: Attribute {
-       private CLSAttribute_2(int arg) {
-       }   
-}
-
-internal class CLSAttribute_3: Attribute {
-       public CLSAttribute_3(int[] array) {
-       }
-}
-
-[CLSCompliant (false)]
-public class CLSAttribute_4: Attribute {
-       private CLSAttribute_4(int[] args) {
-       }   
-}
-
-public class ClassMain {
-        public static void Main () {}
-}
\ No newline at end of file