summaryrefslogtreecommitdiff
path: root/test/break-within-catch.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/break-within-catch.wasm.fromBinary')
-rw-r--r--test/break-within-catch.wasm.fromBinary6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/break-within-catch.wasm.fromBinary b/test/break-within-catch.wasm.fromBinary
index 3fe738104..7d151f48c 100644
--- a/test/break-within-catch.wasm.fromBinary
+++ b/test/break-within-catch.wasm.fromBinary
@@ -3,8 +3,8 @@
(type $1 (func))
(tag $tag$0 (param i32))
(func $0
- (block $label$2
- (try $label$3
+ (block $label
+ (try
(do
(nop)
)
@@ -12,7 +12,7 @@
(drop
(pop i32)
)
- (br $label$2)
+ (br $label)
)
)
)