summaryrefslogtreecommitdiff
path: root/test/parse/expr/try-catch-all.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/try-catch-all.txt')
-rw-r--r--test/parse/expr/try-catch-all.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parse/expr/try-catch-all.txt b/test/parse/expr/try-catch-all.txt
index c87f4719..c877b103 100644
--- a/test/parse/expr/try-catch-all.txt
+++ b/test/parse/expr/try-catch-all.txt
@@ -1,8 +1,8 @@
;;; TOOL: wat2wasm
;;; ARGS: --enable-exceptions
(module
- (event $e1 (param i32))
- (event $e2 (param i32 i32))
+ (tag $e1 (param i32))
+ (tag $e2 (param i32 i32))
;; multiple catch clauses ending with catch_all
(func