summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names_optimize-instructions_all-features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/remove-unused-names_optimize-instructions_all-features.txt')
-rw-r--r--test/passes/remove-unused-names_optimize-instructions_all-features.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/passes/remove-unused-names_optimize-instructions_all-features.txt b/test/passes/remove-unused-names_optimize-instructions_all-features.txt
index 182916755..8b7fc343b 100644
--- a/test/passes/remove-unused-names_optimize-instructions_all-features.txt
+++ b/test/passes/remove-unused-names_optimize-instructions_all-features.txt
@@ -17,7 +17,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(i32.const 3)
)
@@ -34,7 +34,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(i32.const 3)
)
@@ -57,7 +57,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
)
)
@@ -65,7 +65,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(i32.const 3)
)
@@ -83,7 +83,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(throw $e
(i32.const 0)
@@ -94,7 +94,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(i32.const 3)
)