diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dot_s/call.wast | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/dot_s/call.wast b/test/dot_s/call.wast index 0e1ed43cb..7c7e47a25 100644 --- a/test/dot_s/call.wast +++ b/test/dot_s/call.wast @@ -70,7 +70,9 @@ (func $call_indirect_void (param $$0 i32) (block $fake_return_waka123 (block - (call_import $$0) + (call_indirect $FUNCSIG_v + (get_local $$0) + ) (br $fake_return_waka123) ) ) @@ -79,7 +81,9 @@ (block $fake_return_waka123 (block (br $fake_return_waka123 - (call_import $$0) + (call_indirect $FUNCSIG_v + (get_local $$0) + ) ) ) ) |