diff options
Diffstat (limited to 'test/merge/dylib.wasm.combined.finalized.opt')
-rw-r--r-- | test/merge/dylib.wasm.combined.finalized.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/dylib.wasm.combined.finalized.opt b/test/merge/dylib.wasm.combined.finalized.opt index bac5abbc6..4598e194a 100644 --- a/test/merge/dylib.wasm.combined.finalized.opt +++ b/test/merge/dylib.wasm.combined.finalized.opt @@ -4,7 +4,7 @@ (type $3 (func)) (import "env" "memory" (memory $2 256)) (data (i32.const 1024) "hello, world!") - (import "env" "table" (table 8 anyfunc)) + (import "env" "table" (table $timport$3 8 anyfunc)) (import "env" "_puts" (func $import$1 (param i32) (result i32))) (global $global$0 (mut i32) (i32.const 0)) (global $global$1 (mut i32) (i32.const 0)) |