diff options
Diffstat (limited to 'test/merge/basics.wast.combined.opt')
-rw-r--r-- | test/merge/basics.wast.combined.opt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/merge/basics.wast.combined.opt b/test/merge/basics.wast.combined.opt index c595d00da..447b8affc 100644 --- a/test/merge/basics.wast.combined.opt +++ b/test/merge/basics.wast.combined.opt @@ -24,7 +24,7 @@ (export "exp-collide2" (func $willCollide)) (export "exp-b" (func $only-b)) (export "exp-b-nameCollided" (func $willCollide$0)) - (func $only-a (type $FUNCSIG$v) + (func $only-a (; 4 ;) (type $FUNCSIG$v) (nop) (call $only-a) (call $some-func) @@ -50,11 +50,11 @@ (i32.const 1234) ) ) - (func $willCollide (type $FUNCSIG$v) + (func $willCollide (; 5 ;) (type $FUNCSIG$v) (nop) (call $willCollide) ) - (func $only-b (type $FUNCSIG$v) + (func $only-b (; 6 ;) (type $FUNCSIG$v) (nop) (call $only-b) (call $some-func-b) @@ -113,7 +113,7 @@ (i32.const 5678) ) ) - (func $willCollide$0 (type $FUNCSIG$v) + (func $willCollide$0 (; 7 ;) (type $FUNCSIG$v) (nop) (call $willCollide$0) ) |