summaryrefslogtreecommitdiff
path: root/test/i64-setTempRet0.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/i64-setTempRet0.fromasm')
-rw-r--r--test/i64-setTempRet0.fromasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/i64-setTempRet0.fromasm b/test/i64-setTempRet0.fromasm
index 52710e5cc..c0fe551c8 100644
--- a/test/i64-setTempRet0.fromasm
+++ b/test/i64-setTempRet0.fromasm
@@ -4,7 +4,7 @@
(import "env" "illegalImportResult" (func $illegalImportResult (result i64)))
(import "env" "illegalImportResult" (func $legalimport$illegalImportResult (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) "i64-setTempRet0.asm.js")