summaryrefslogtreecommitdiff
path: root/test/table-import.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/table-import.wast.from-wast')
-rw-r--r--test/table-import.wast.from-wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/table-import.wast.from-wast b/test/table-import.wast.from-wast
index 17d889564..ab805d22d 100644
--- a/test/table-import.wast.from-wast
+++ b/test/table-import.wast.from-wast
@@ -2,7 +2,7 @@
(type $0 (func))
(import "env" "table" (table $timport$0 1 1 funcref))
(memory $0 0)
- (elem (i32.const 0) $foo)
+ (elem $0 (i32.const 0) $foo)
(func $foo (type $0)
(nop)
)