Retrieve thread lazily and avoid special case for defer. We were trying to get thread...
[mono.git] / mono / mini / arrays.cs
index c1abb810f1f2325111c1c28427e8f1d599a13868..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 });