summaryrefslogtreecommitdiff
path: root/test/empty.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/empty.fromasm.imprecise.no-opts')
-rw-r--r--test/empty.fromasm.imprecise.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty.fromasm.imprecise.no-opts b/test/empty.fromasm.imprecise.no-opts
index 939cbb87c..6c3928ac1 100644
--- a/test/empty.fromasm.imprecise.no-opts
+++ b/test/empty.fromasm.imprecise.no-opts
@@ -1,4 +1,4 @@
(module
(memory 256 256)
- (export "memory" memory)
+ (import $memory memory "env" "memory")
)