diff options
Diffstat (limited to 'test/min.fromasm.imprecise')
-rw-r--r-- | test/min.fromasm.imprecise | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/min.fromasm.imprecise b/test/min.fromasm.imprecise index b87a0b27f..8bf578712 100644 --- a/test/min.fromasm.imprecise +++ b/test/min.fromasm.imprecise @@ -1,6 +1,5 @@ (module (import "env" "memory" (memory $memory 256 256)) - (global $M i32 (i32.const 0)) (export "floats" (func $floats)) (export "getTempRet0" (func $ub)) (export "neg" (func $neg)) @@ -33,6 +32,6 @@ (drop (call $ub) ) - (global.get $M) + (i32.const 0) ) ) |