summaryrefslogtreecommitdiff
path: root/test/try-delegate.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/try-delegate.wasm.fromBinary')
-rw-r--r--test/try-delegate.wasm.fromBinary8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/try-delegate.wasm.fromBinary b/test/try-delegate.wasm.fromBinary
index ee4dbaabe..1ff60fee9 100644
--- a/test/try-delegate.wasm.fromBinary
+++ b/test/try-delegate.wasm.fromBinary
@@ -1,6 +1,6 @@
(module
(type $none_=>_none (func))
- (event $event$0 (attr 0) (param))
+ (tag $tag$0 (attr 0) (param))
(func $0
(try $label$6
(do
@@ -12,7 +12,7 @@
)
)
)
- (catch $event$0
+ (catch $tag$0
)
)
)
@@ -23,7 +23,7 @@
(try $label$7
(do
)
- (catch $event$0
+ (catch $tag$0
(drop
(i32.const 0)
)
@@ -36,7 +36,7 @@
)
)
)
- (catch $event$0
+ (catch $tag$0
)
)
)