diff options
Diffstat (limited to 'test/merge/printf.wast.combined.finalized')
-rw-r--r-- | test/merge/printf.wast.combined.finalized | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/printf.wast.combined.finalized b/test/merge/printf.wast.combined.finalized index 99751c51c..a66825dbf 100644 --- a/test/merge/printf.wast.combined.finalized +++ b/test/merge/printf.wast.combined.finalized @@ -4,7 +4,7 @@ (type $1 (func)) (import "env" "memory" (memory $0 256)) (data (i32.const 1024) "") - (import "env" "table" (table 8 anyfunc)) + (import "env" "table" (table $0 8 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (import "env" "globally" (global $i-collide i32)) |