diff options
Diffstat (limited to 'test/merge/fusing.wast.combined.finalized')
-rw-r--r-- | test/merge/fusing.wast.combined.finalized | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/fusing.wast.combined.finalized b/test/merge/fusing.wast.combined.finalized index 658fdd716..edb5c4309 100644 --- a/test/merge/fusing.wast.combined.finalized +++ b/test/merge/fusing.wast.combined.finalized @@ -3,7 +3,7 @@ (type $FUNCSIG$v$0 (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" "memoryBase" (global $memoryBase$0 i32)) |