From 7f6370f8491aa78c7ced5af5970c2ccc14e4d011 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Mon, 25 Sep 2017 16:35:05 -0700 Subject: [PATCH] [mini] Fix bug categories. --- mono/mini/aot-tests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mono/mini/aot-tests.cs b/mono/mini/aot-tests.cs index fef0cc81cae..82fb3ae674d 100644 --- a/mono/mini/aot-tests.cs +++ b/mono/mini/aot-tests.cs @@ -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 }; -- 2.25.1