summaryrefslogtreecommitdiff
path: root/test/ctor-eval/memory-init.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctor-eval/memory-init.wast')
-rw-r--r--test/ctor-eval/memory-init.wast3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ctor-eval/memory-init.wast b/test/ctor-eval/memory-init.wast
index b910aa2f3..bef35c7e0 100644
--- a/test/ctor-eval/memory-init.wast
+++ b/test/ctor-eval/memory-init.wast
@@ -2,7 +2,7 @@
(memory $0 1)
(data (i32.const 0) "__________")
(data (i32.const 20) "__________")
- (func "test1"
+ (func $test1 (export "test1")
;; A store that can be evalled.
(i32.store8
(i32.const 4)
@@ -19,4 +19,3 @@
)
)
)
-