summaryrefslogtreecommitdiff
path: root/test/break-to-return.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/break-to-return.wasm.fromBinary')
-rw-r--r--test/break-to-return.wasm.fromBinary6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/break-to-return.wasm.fromBinary b/test/break-to-return.wasm.fromBinary
index 72588bead..a7be1448a 100644
--- a/test/break-to-return.wasm.fromBinary
+++ b/test/break-to-return.wasm.fromBinary
@@ -2,12 +2,12 @@
(type $0 (func (param i32 i32) (result i32)))
(memory $0 256 256)
(export "add" (func $0))
- (func $0 (; 0 ;) (type $0) (param $var$0 i32) (param $var$1 i32) (result i32)
+ (func $0 (; 0 ;) (type $0) (param $0 i32) (param $1 i32) (result i32)
(block $label$0 (result i32)
(br $label$0
(i32.add
- (get_local $var$0)
- (get_local $var$1)
+ (get_local $0)
+ (get_local $1)
)
)
)