summaryrefslogtreecommitdiff
path: root/test/unit.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r--test/unit.fromasm6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm
index e08babd28..15d41d43c 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -593,7 +593,7 @@
)
(func $conditionalTypeFun
(drop
- (if
+ (if i32
(call $return_int)
(i32.trunc_s/f64
(call $abort
@@ -606,7 +606,7 @@
)
)
(drop
- (if
+ (if f64
(call $return_int)
(call $abort
(f64.convert_s/i32
@@ -1027,7 +1027,7 @@
)
(func $dropIgnoredImportsInIf (param $0 i32) (param $1 i32) (param $2 i32)
(drop
- (if
+ (if i32
(get_local $0)
(call $lb
(get_local $1)