summaryrefslogtreecommitdiff
path: root/test/hello_world.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world.wast.fromBinary.noDebugInfo')
-rw-r--r--test/hello_world.wast.fromBinary.noDebugInfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/hello_world.wast.fromBinary.noDebugInfo b/test/hello_world.wast.fromBinary.noDebugInfo
index bf7fff1e1..47077304c 100644
--- a/test/hello_world.wast.fromBinary.noDebugInfo
+++ b/test/hello_world.wast.fromBinary.noDebugInfo
@@ -2,10 +2,10 @@
(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)
(i32.add
- (get_local $var$0)
- (get_local $var$1)
+ (get_local $0)
+ (get_local $1)
)
)
)