summaryrefslogtreecommitdiff
path: root/test/merge/basics.wast.combined.finalized
diff options
context:
space:
mode:
Diffstat (limited to 'test/merge/basics.wast.combined.finalized')
-rw-r--r--test/merge/basics.wast.combined.finalized8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/merge/basics.wast.combined.finalized b/test/merge/basics.wast.combined.finalized
index 7637b787b..ffa18e9f8 100644
--- a/test/merge/basics.wast.combined.finalized
+++ b/test/merge/basics.wast.combined.finalized
@@ -26,7 +26,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)
(drop
(i32.const 100)
)
@@ -54,13 +54,13 @@
(i32.const 1234)
)
)
- (func $willCollide (type $FUNCSIG$v)
+ (func $willCollide (; 5 ;) (type $FUNCSIG$v)
(drop
(i32.const 200)
)
(call $willCollide)
)
- (func $only-b (type $FUNCSIG$v$0)
+ (func $only-b (; 6 ;) (type $FUNCSIG$v$0)
(drop
(i32.const 111)
)
@@ -124,7 +124,7 @@
(i32.const 5678)
)
)
- (func $willCollide$0 (type $FUNCSIG$v$0)
+ (func $willCollide$0 (; 7 ;) (type $FUNCSIG$v$0)
(drop
(i32.const 222)
)