Switch to compiler-tester
[mono.git] / mcs / tests / cls-test-2.cs
diff --git a/mcs/tests/cls-test-2.cs b/mcs/tests/cls-test-2.cs
deleted file mode 100644 (file)
index 3be78b2..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-using System;
-using System.Reflection;
-
-[assembly: CLSCompliant (true)]
-
-public class CLSClass {
-        [CLSCompliant(false)]
-        public CLSClass(ulong l) {}
-        internal CLSClass(uint i) {}
-            
-        [CLSCompliant(false)]
-        public ulong X_0 {
-            set {}
-            }
-            
-        [CLSCompliant(false)]
-        protected ulong this[ulong i] {
-            set {}
-        }
-        
-        [CLSCompliant(false)]
-        public ulong X_1;
-            
-        internal ulong X_2;
-
-        public static void Main() {
-       }
-}
-public class InnerTypeClasss {
-    public struct Struct {
-    }
-    
-    public Struct Method () {
-        return new Struct ();
-    }
-}
\ No newline at end of file