summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/passes/code-pushing_all-features.txt4
-rw-r--r--test/passes/code-pushing_all-features.wast4
2 files changed, 2 insertions, 6 deletions
diff --git a/test/passes/code-pushing_all-features.txt b/test/passes/code-pushing_all-features.txt
index 19931399d..4bcdf5bc3 100644
--- a/test/passes/code-pushing_all-features.txt
+++ b/test/passes/code-pushing_all-features.txt
@@ -50,9 +50,7 @@
)
)
(catch_all
- (drop
- (pop i32)
- )
+ (nop)
)
)
(drop
diff --git a/test/passes/code-pushing_all-features.wast b/test/passes/code-pushing_all-features.wast
index b7f12bb0a..d9c7cecd4 100644
--- a/test/passes/code-pushing_all-features.wast
+++ b/test/passes/code-pushing_all-features.wast
@@ -35,9 +35,7 @@
(do
(throw $e (i32.const 0))
)
- (catch_all
- (drop (pop i32))
- )
+ (catch_all)
)
(drop (i32.const 1))
(br_if $out (i32.const 2))