summaryrefslogtreecommitdiff
path: root/test/passes/code-pushing_all-features.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/code-pushing_all-features.wast')
-rw-r--r--test/passes/code-pushing_all-features.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/code-pushing_all-features.wast b/test/passes/code-pushing_all-features.wast
index 725ddf010..b67b98d7e 100644
--- a/test/passes/code-pushing_all-features.wast
+++ b/test/passes/code-pushing_all-features.wast
@@ -36,7 +36,7 @@
(throw $e (i32.const 0))
)
(catch
- (drop (exnref.pop))
+ (drop (pop exnref))
)
)
(drop (i32.const 1))
@@ -56,7 +56,7 @@
(throw $e (i32.const 0))
)
(catch
- (rethrow (exnref.pop))
+ (rethrow (pop exnref))
)
)
(drop (i32.const 1))