summaryrefslogtreecommitdiff
path: root/test/dot_s/lcomm-in-text-segment.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/lcomm-in-text-segment.wast')
-rw-r--r--test/dot_s/lcomm-in-text-segment.wast3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dot_s/lcomm-in-text-segment.wast b/test/dot_s/lcomm-in-text-segment.wast
index 2442d8f97..344167ba8 100644
--- a/test/dot_s/lcomm-in-text-segment.wast
+++ b/test/dot_s/lcomm-in-text-segment.wast
@@ -1,7 +1,6 @@
(module
+ (import "env" "memory" (memory $0 1))
(table 0 anyfunc)
- (memory $0 1)
(data (i32.const 20) "\10\00\00\00")
- (export "memory" (memory $0))
)
;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] }