diff options
Diffstat (limited to 'test/memorygrowth.fromasm.clamp')
-rw-r--r-- | test/memorygrowth.fromasm.clamp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memorygrowth.fromasm.clamp b/test/memorygrowth.fromasm.clamp index 96c2def4b..11f18ed1f 100644 --- a/test/memorygrowth.fromasm.clamp +++ b/test/memorygrowth.fromasm.clamp @@ -7,7 +7,7 @@ (type $FUNCSIG$iii (func (param i32 i32) (result i32))) (import "env" "memory" (memory $memory 256)) (data (get_global $memoryBase) "memorygrowth.asm.js") - (import "env" "table" (table 8 8 anyfunc)) + (import "env" "table" (table $table 8 8 anyfunc)) (elem (get_global $tableBase) $nb $Oa $ob $Va $Ua $Ra $pb $Sa) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) |