summaryrefslogtreecommitdiff
path: root/test/merge/basics.wast.combined.finalized.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/merge/basics.wast.combined.finalized.opt')
-rw-r--r--test/merge/basics.wast.combined.finalized.opt8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/merge/basics.wast.combined.finalized.opt b/test/merge/basics.wast.combined.finalized.opt
index 320ba8fa7..119851fb0 100644
--- a/test/merge/basics.wast.combined.finalized.opt
+++ b/test/merge/basics.wast.combined.finalized.opt
@@ -1,8 +1,6 @@
(module
(type $ii (func (param i32 i32)))
(type $FUNCSIG$v (func))
- (type $ii$0 (func (param i32 i32)))
- (type $FUNCSIG$v$0 (func))
(import "env" "memory" (memory $0 256))
(import "env" "table" (table 18 anyfunc))
(import "env" "some-func" (func $some-func))
@@ -48,12 +46,12 @@
(nop)
(call $willCollide)
)
- (func $only-b (type $FUNCSIG$v$0)
+ (func $only-b (type $FUNCSIG$v)
(nop)
(call $only-b)
(call $some-func-b)
(call $some-collide$0)
- (call_indirect $ii$0
+ (call_indirect $ii
(i32.const 12)
(i32.const 34)
(i32.const 56)
@@ -79,7 +77,7 @@
(i32.const 5678)
)
)
- (func $willCollide$0 (type $FUNCSIG$v$0)
+ (func $willCollide$0 (type $FUNCSIG$v)
(nop)
(call $willCollide$0)
)