diff options
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r-- | test/unit.fromasm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm index 748be4b8e..b56f3e4fb 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -24,7 +24,6 @@ (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32))) (import "asm2wasm" "f64-rem" (func $f64-rem (param f64 f64) (result f64))) (global $Int (mut i32) (i32.const 0)) - (global $Double f64 (f64.const 0)) (global $nonZero (mut i32) (i32.const 1337)) (global $exportedNumber i32 (i32.const 42)) (export "big_negative" (func $big_negative)) @@ -92,7 +91,7 @@ ) (if (f64.gt - (global.get $Double) + (f64.const 0) (f64.const 0) ) (return |