diff options
Diffstat (limited to 'test/importedSignCast.fromasm')
-rw-r--r-- | test/importedSignCast.fromasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/importedSignCast.fromasm b/test/importedSignCast.fromasm index a1bdcc607..f7658ec98 100644 --- a/test/importedSignCast.fromasm +++ b/test/importedSignCast.fromasm @@ -2,7 +2,7 @@ (type $FUNCSIG$ii (func (param i32) (result i32))) (import "env" "memory" (memory $memory 256 256)) (data (get_global $memoryBase) "importedSignCast.asm.js") - (import "env" "table" (table 1 1 anyfunc)) + (import "env" "table" (table $table 1 1 anyfunc)) (elem (get_global $tableBase) $gm) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) |