summaryrefslogtreecommitdiff
path: root/test/merge/basics.wast.combined.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/merge/basics.wast.combined.opt')
-rw-r--r--test/merge/basics.wast.combined.opt8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/merge/basics.wast.combined.opt b/test/merge/basics.wast.combined.opt
index ba8ab6220..c595d00da 100644
--- a/test/merge/basics.wast.combined.opt
+++ b/test/merge/basics.wast.combined.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" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
(import "env" "memory" (memory $0 256))
@@ -56,12 +54,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)
@@ -115,7 +113,7 @@
(i32.const 5678)
)
)
- (func $willCollide$0 (type $FUNCSIG$v$0)
+ (func $willCollide$0 (type $FUNCSIG$v)
(nop)
(call $willCollide$0)
)