summaryrefslogtreecommitdiff
path: root/test/min.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/min.fromasm.imprecise.no-opts')
-rw-r--r--test/min.fromasm.imprecise.no-opts2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/min.fromasm.imprecise.no-opts b/test/min.fromasm.imprecise.no-opts
index 00740ad5f..31828a21a 100644
--- a/test/min.fromasm.imprecise.no-opts
+++ b/test/min.fromasm.imprecise.no-opts
@@ -3,6 +3,8 @@
(import $tDP global "env" "tempDoublePtr" i32)
(import $memory memory "env" "memory")
(import $table table "env" "table")
+ (import $memoryBase global "env" "memoryBase" i32)
+ (import $tableBase global "env" "tableBase" i32)
(export "floats" $floats)
(func $floats (param $f f32) (result f32)
(local $t f32)