[mini] Fix bug categories.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 25 Sep 2017 23:35:05 +0000 (16:35 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 25 Sep 2017 23:35:05 +0000 (16:35 -0700)
mono/mini/aot-tests.cs

index fef0cc81caed2ddc704de29e0fe09c774c04186d..82fb3ae674dfe4030e7ff8b9fe35be8cb2c56d12 100644 (file)
@@ -261,7 +261,7 @@ class Tests
 
        [Category ("DYNCALL")]
        [Category ("!FULLAOT-AMD64")]
-       [Category ("!WASM")] //known bug in the interpreter
+       [Category ("!INTERPRETER")] //known bug in the interpreter
        public static int test_0_dyncall_nullable () {
                int? v;
 
@@ -412,7 +412,7 @@ class Tests
 
        [Category ("DYNCALL")]
        [Category ("!FULLAOT-AMD64")]
-       [Category ("!WASM")] //known bug in the interpreter
+       [Category ("!INTERPRETER")] //known bug in the interpreter
        public static int test_0_large_nullable_invoke () {
                var s = new LargeStruct () { a = 1, b = 2, c = 3, d = 4 };