diff options
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index f99b02e82..c5481b944 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -574,7 +574,7 @@ ) (func $conditionalTypeFun (drop - (if + (if i32 (call $return_int) (i32.trunc_s/f64 (call $abort @@ -587,7 +587,7 @@ ) ) (drop - (if + (if f64 (call $return_int) (call $abort (f64.convert_s/i32 @@ -1008,7 +1008,7 @@ ) (func $dropIgnoredImportsInIf (param $0 i32) (param $1 i32) (param $2 i32) (drop - (if + (if i32 (get_local $0) (call $lb (get_local $1) |