summaryrefslogtreecommitdiff
path: root/test/empty_table.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/empty_table.wast.from-wast')
-rw-r--r--test/empty_table.wast.from-wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty_table.wast.from-wast b/test/empty_table.wast.from-wast
index 7254336c5..59a78fb19 100644
--- a/test/empty_table.wast.from-wast
+++ b/test/empty_table.wast.from-wast
@@ -1,4 +1,4 @@
(module
- (table 0 0 anyfunc)
(memory $0 0)
+ (table 0 0 anyfunc)
)