summaryrefslogtreecommitdiff
path: root/test/polymorphic_stack.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/polymorphic_stack.wast.fromBinary.noDebugInfo')
-rw-r--r--test/polymorphic_stack.wast.fromBinary.noDebugInfo12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary.noDebugInfo b/test/polymorphic_stack.wast.fromBinary.noDebugInfo
index 6a7a97774..0b26011b8 100644
--- a/test/polymorphic_stack.wast.fromBinary.noDebugInfo
+++ b/test/polymorphic_stack.wast.fromBinary.noDebugInfo
@@ -9,15 +9,15 @@
(unreachable)
)
)
- (func $1 (; 1 ;) (type $0) (param $var$0 i32) (result i32)
+ (func $1 (; 1 ;) (type $0) (param $0 i32) (result i32)
(unreachable)
)
- (func $2 (; 2 ;) (type $2) (param $var$0 i32)
- (local $var$1 f32)
+ (func $2 (; 2 ;) (type $2) (param $0 i32)
+ (local $1 f32)
(unreachable)
)
(func $3 (; 3 ;) (type $3)
- (local $var$0 f32)
+ (local $0 f32)
(if
(i32.const 259)
(unreachable)
@@ -37,9 +37,9 @@
(unreachable)
)
)
- (func $6 (; 6 ;) (type $0) (param $var$0 i32) (result i32)
+ (func $6 (; 6 ;) (type $0) (param $0 i32) (result i32)
(if
- (get_local $var$0)
+ (get_local $0)
(return
(i32.const 127)
)