Switch to compiler-tester
[mono.git] / mcs / tests / cls-test-14.cs
diff --git a/mcs/tests/cls-test-14.cs b/mcs/tests/cls-test-14.cs
deleted file mode 100644 (file)
index 4d408c5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-
-public class CLSClass {
-        [CLSCompliant (false)]
-        static public implicit operator CLSClass(byte value) {
-               return new CLSClass();
-        }
-        
-        [CLSCompliant (true)]
-        private void Error (bool arg) {
-        }
-}
-
-public class MainClass {
-        public static void Main () {
-        }
-}
\ No newline at end of file