Merge pull request #5512 from rodrmoya/fix-mono-profiler-lib
[mono.git] / mono / mini / arrays.cs
index 907494a0df679fd07d059c0c9bc2741e62b9fbe3..00a3c6b901f86a6b0c92e4b9a2993dbb447f3e78 100644 (file)
@@ -548,7 +548,6 @@ class Tests
                return 0;
        }
 
-       [Category ("!INTERPRETER")]
        public static int test_0_multidym_array_with_negative_lower_bound () {
                int[,] x = (int[,]) Array.CreateInstance(typeof (int), new int[] { 2, 2 }, new int[] { -2, -3 });
 
@@ -779,7 +778,6 @@ class Tests
        }
 
        // #13544
-       [Category ("!INTERPRETER")]
        public static int test_0_newarr_ovf () {
                if (!alloc_long (5000000000))
                        return 1;