[interpreter] fix array built-ins wrt. multiarray access
[mono.git] / mono / mini / objects.cs
index 19219a45608b39ab8327c169851d3b48706c8c12..55e998d4e4dd12de276347a85b29a53072ad03e7 100644 (file)
@@ -623,7 +623,6 @@ class Tests {
                return 0;
        }
 
-       [Category ("!INTERPRETER")]
        public static int test_0_multi_array_cast () {
                Duper[,] d = new Duper [1, 1];
                object[,] o = d;
@@ -919,7 +918,6 @@ class Tests {
                return f ();
        }
 
-       [Category ("!INTERPRETER")]
        public static int test_1_store_decimal () {
                decimal[,] a = {{1}};
 
@@ -1438,7 +1436,6 @@ ncells ) {
                return 0;
        }
 
-       [Category ("!INTERPRETER")]
        static int test_0_array_get_set_soft_float () {
                float[,] arr = new float [2, 2];
                arr [0, 0] = 256f;