summaryrefslogtreecommitdiff
path: root/test/two_sides.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/two_sides.fromasm')
-rw-r--r--test/two_sides.fromasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/two_sides.fromasm b/test/two_sides.fromasm
index 8b8886727..2b9bcaf46 100644
--- a/test/two_sides.fromasm
+++ b/test/two_sides.fromasm
@@ -2,7 +2,7 @@
(type $FUNCSIG$id (func (param f64) (result i32)))
(import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32)))
(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) "two_sides.asm.js")