diff options
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index bb1147d16..98a797f65 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -32,7 +32,7 @@ (export "pick" (func $big_negative)) (export "doubleCompares" (func $doubleCompares)) (export "intOps" (func $intOps)) - (export "conversions" (func $conversions)) + (export "conversions" (func $big_negative)) (export "switcher" (func $switcher)) (export "frem" (func $frem)) (export "big_uint_div_u" (func $big_uint_div_u)) @@ -140,15 +140,6 @@ (get_local $0) ) ) - (func $conversions - (local $0 f32) - (local $1 i32) - (set_local $1 - (i32.trunc_s/f32 - (get_local $0) - ) - ) - ) (func $switcher (param $0 i32) (result i32) (block $switch (block $switch-case0 |