summaryrefslogtreecommitdiff
path: root/test/imported_memory.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/imported_memory.wast.from-wast')
-rw-r--r--test/imported_memory.wast.from-wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/imported_memory.wast.from-wast b/test/imported_memory.wast.from-wast
index ca28ac751..23edba67f 100644
--- a/test/imported_memory.wast.from-wast
+++ b/test/imported_memory.wast.from-wast
@@ -1,4 +1,4 @@
(module
(import "env" "memory" (memory $0 256 256))
- (import "env" "table" (table 256 256 anyfunc))
+ (import "env" "table" (table $0 256 256 anyfunc))
)