diff options
Diffstat (limited to 'test/passes/vacuum_all-features.wast')
-rw-r--r-- | test/passes/vacuum_all-features.wast | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/passes/vacuum_all-features.wast b/test/passes/vacuum_all-features.wast index 1dbb6e39b..edf1e019c 100644 --- a/test/passes/vacuum_all-features.wast +++ b/test/passes/vacuum_all-features.wast @@ -64,7 +64,7 @@ (nop) ) ) - (func $l (type $0) + (func $l (result i32) (local $x i32) (local $y i32) (drop @@ -99,6 +99,7 @@ (local.get $y) ) ) + (local.get $x) ) (func $loopy (type $1) (param $0 i32) (loop $loop-in1 @@ -463,7 +464,7 @@ ) ) ) - (func $if-1-block (param $x i32) + (func $if-1-block (param $x i32) (result i32) (block $out (if (local.get $x) @@ -480,6 +481,7 @@ ) ) ) + (local.get $x) ) (func $block-resize-br-gone (block $out |