summaryrefslogtreecommitdiff
path: root/test/unit.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.wast.from-wast')
-rw-r--r--test/unit.wast.from-wast16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/unit.wast.from-wast b/test/unit.wast.from-wast
index 99def6ded..bb66845af 100644
--- a/test/unit.wast.from-wast
+++ b/test/unit.wast.from-wast
@@ -39,7 +39,7 @@
)
(func $importedDoubles (type $4) (result f64)
(local $temp f64)
- (block $topmost f64
+ (block $topmost (result f64)
(set_local $temp
(f64.add
(f64.add
@@ -93,7 +93,7 @@
(local $t f64)
(local $Int f64)
(local $Double i32)
- (block $topmost f64
+ (block $topmost (result f64)
(if
(f64.gt
(get_local $x)
@@ -179,13 +179,13 @@
(local $J f64)
(set_local $J
(f64.sub
- (block $block0 f64
+ (block $block0 (result f64)
(drop
(f64.const 0.1)
)
(f64.const 5.1)
)
- (block $block1 f64
+ (block $block1 (result f64)
(drop
(f64.const 3.2)
)
@@ -195,7 +195,7 @@
)
)
(func $switcher (type $6) (param $x i32) (result i32)
- (block $topmost i32
+ (block $topmost (result i32)
(block $switch$0
(block $switch-default$3
(block $switch-case$2
@@ -293,7 +293,7 @@
)
(func $big_uint_div_u (type $5) (result i32)
(local $x i32)
- (block $topmost i32
+ (block $topmost (result i32)
(set_local $x
(i32.and
(i32.div_u
@@ -342,7 +342,7 @@
(local $asm2wasm_i32_temp i32)
(block $block0
(set_local $x
- (block $block1 i32
+ (block $block1 (result i32)
(set_local $asm2wasm_i32_temp
(i32.const 0)
)
@@ -431,7 +431,7 @@
(i32.const 0)
)
(func $loop-roundtrip (type $7) (param $0 f64) (result f64)
- (loop $loop-in1 f64
+ (loop $loop-in1 (result f64)
(drop
(get_local $0)
)