summaryrefslogtreecommitdiff
path: root/test/lit/wasm-split/export-name-already-exists.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/wasm-split/export-name-already-exists.wast')
-rw-r--r--test/lit/wasm-split/export-name-already-exists.wast1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit/wasm-split/export-name-already-exists.wast b/test/lit/wasm-split/export-name-already-exists.wast
index 708929e98..83951795a 100644
--- a/test/lit/wasm-split/export-name-already-exists.wast
+++ b/test/lit/wasm-split/export-name-already-exists.wast
@@ -4,5 +4,6 @@
;; CHECK: error: Export foo already exists.
(module
+ (memory 0 0)
(export "foo" (memory 0 0))
)