diff options
Diffstat (limited to 'test/exception-handling.wast.from-wast')
-rw-r--r-- | test/exception-handling.wast.from-wast | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/exception-handling.wast.from-wast b/test/exception-handling.wast.from-wast index a5fb02d56..9fd06c0b1 100644 --- a/test/exception-handling.wast.from-wast +++ b/test/exception-handling.wast.from-wast @@ -24,7 +24,7 @@ ) (catch (local.set $exn - (exnref.pop) + (pop exnref) ) (drop (block $l0 (result i32) @@ -53,7 +53,7 @@ ) (catch (drop - (exnref.pop) + (pop exnref) ) ) ) @@ -64,7 +64,7 @@ ) (catch (drop - (exnref.pop) + (pop exnref) ) (call $foo) (call $bar) |