diff options
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r-- | test/unit.fromasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm index 5f2f516c7..fa81c8bc3 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -10,7 +10,7 @@ (type $FUNCSIG$i (func (result i32))) (import "env" "memory" (memory $memory 256 256)) (data (get_global $memoryBase) "unit.asm.js") - (import "env" "table" (table 25 25 anyfunc)) + (import "env" "table" (table $table 25 25 anyfunc)) (elem (get_global $tableBase) $big_negative $big_negative $big_negative $big_negative $w $w $importedDoubles $w $z $cneg $z $z $z $z $z $z $vi $vi $vi $vi $vi $vi $vi $vi $ii) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) |