summaryrefslogtreecommitdiff
path: root/test/lit/passes/remove-unused-names-eh.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/remove-unused-names-eh.wast')
-rw-r--r--test/lit/passes/remove-unused-names-eh.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/passes/remove-unused-names-eh.wast b/test/lit/passes/remove-unused-names-eh.wast
index fcdbf0f07..e7a26cbae 100644
--- a/test/lit/passes/remove-unused-names-eh.wast
+++ b/test/lit/passes/remove-unused-names-eh.wast
@@ -10,7 +10,7 @@
;; CHECK-NEXT: (do
;; CHECK-NEXT: (nop)
;; CHECK-NEXT: )
- ;; CHECK-NEXT: (catch $tag$0
+ ;; CHECK-NEXT: (catch_all
;; CHECK-NEXT: (try $label$8
;; CHECK-NEXT: (do
;; CHECK-NEXT: (try
@@ -32,7 +32,7 @@
(func $func0
(try $label$9 ;; needed due to a rethrow
(do)
- (catch $tag$0
+ (catch_all
(try $label$8 ;; needed due to a delegate
(do
(try $label$6 ;; this one is not needed