diff options
Diffstat (limited to 'test/merge/basics.wast.combined')
-rw-r--r-- | test/merge/basics.wast.combined | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/basics.wast.combined b/test/merge/basics.wast.combined index 11ba04715..96ea89cfd 100644 --- a/test/merge/basics.wast.combined +++ b/test/merge/basics.wast.combined @@ -5,7 +5,7 @@ (type $FUNCSIG$v$0 (func)) (import "env" "memory" (memory $0 256)) (data (get_global $memoryBase) "hello, A!\n\00\00\00\00\00\00hello, B!\n\00\00\00\00\00\00") - (import "env" "table" (table 10 anyfunc)) + (import "env" "table" (table $0 10 anyfunc)) (elem (get_global $tableBase) $only-a $willCollide $some-func $some-collide $only-a $some-func $only-b $willCollide$0 $some-func-b $some-collide$0) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) |