diff options
Diffstat (limited to 'test/polymorphic_stack.wast.fromBinary')
-rw-r--r-- | test/polymorphic_stack.wast.fromBinary | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary b/test/polymorphic_stack.wast.fromBinary index 9d4ee909c..3a6fcec9a 100644 --- a/test/polymorphic_stack.wast.fromBinary +++ b/test/polymorphic_stack.wast.fromBinary @@ -9,15 +9,15 @@ (unreachable) ) ) - (func $call-and-unary (; 1 ;) (type $0) (param $var$0 i32) (result i32) + (func $call-and-unary (; 1 ;) (type $0) (param $0 i32) (result i32) (unreachable) ) - (func $tee (; 2 ;) (type $2) (param $var$0 i32) - (local $var$1 f32) + (func $tee (; 2 ;) (type $2) (param $0 i32) + (local $1 f32) (unreachable) ) (func $tee2 (; 3 ;) (type $3) - (local $var$0 f32) + (local $0 f32) (if (i32.const 259) (unreachable) @@ -37,9 +37,9 @@ (unreachable) ) ) - (func $unreachable-in-block-but-code-before (; 6 ;) (type $0) (param $var$0 i32) (result i32) + (func $unreachable-in-block-but-code-before (; 6 ;) (type $0) (param $0 i32) (result i32) (if - (get_local $var$0) + (get_local $0) (return (i32.const 127) ) |