diff options
Diffstat (limited to 'test/merge/printf.wast.combined')
-rw-r--r-- | test/merge/printf.wast.combined | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/printf.wast.combined b/test/merge/printf.wast.combined index 5183cd442..a33e63fba 100644 --- a/test/merge/printf.wast.combined +++ b/test/merge/printf.wast.combined @@ -4,7 +4,7 @@ (type $1 (func)) (import "env" "memory" (memory $0 256)) (data (get_global $memoryBase) "") - (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)) (import "env" "globally" (global $i-collide i32)) |