diff options
Diffstat (limited to 'test/merge/fusing.wast.combined.opt')
-rw-r--r-- | test/merge/fusing.wast.combined.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/fusing.wast.combined.opt b/test/merge/fusing.wast.combined.opt index 903fd65e0..e8bac5d8c 100644 --- a/test/merge/fusing.wast.combined.opt +++ b/test/merge/fusing.wast.combined.opt @@ -2,7 +2,7 @@ (type $FUNCSIG$v (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)) (global $a-global i32 (i32.const 0)) |