summaryrefslogtreecommitdiff
path: root/test/min.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/min.fromasm.no-opts')
-rw-r--r--test/min.fromasm.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/min.fromasm.no-opts b/test/min.fromasm.no-opts
index 02579216d..7586e5fc2 100644
--- a/test/min.fromasm.no-opts
+++ b/test/min.fromasm.no-opts
@@ -1,9 +1,9 @@
(module
- (import "env" "tempDoublePtr" (global $tDP$asm2wasm$import i32))
(import "env" "memory" (memory $0 256 256))
(import "env" "table" (table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
+ (import "env" "tempDoublePtr" (global $tDP$asm2wasm$import i32))
(global $tDP (mut i32) (get_global $tDP$asm2wasm$import))
(global $M (mut i32) (i32.const 0))
(export "floats" (func $legalstub$floats))