summaryrefslogtreecommitdiff
path: root/test/empty.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/empty.fromasm')
-rw-r--r--test/empty.fromasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm
index 055939559..a8d289e29 100644
--- a/test/empty.fromasm
+++ b/test/empty.fromasm
@@ -1,6 +1,6 @@
(module
(import "env" "memory" (memory $0 256 256))
- (import "env" "table" (table 0 anyfunc))
+ (import "env" "table" (table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
(data (get_global $memoryBase) "empty.asm.js")