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