summaryrefslogtreecommitdiff
path: root/test/complexTextNames.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/complexTextNames.wast.from-wast')
-rw-r--r--test/complexTextNames.wast.from-wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/complexTextNames.wast.from-wast b/test/complexTextNames.wast.from-wast
index 7ea6975f6..d045fd406 100644
--- a/test/complexTextNames.wast.from-wast
+++ b/test/complexTextNames.wast.from-wast
@@ -1,10 +1,10 @@
(module
- (type $0 (func))
+ (type $FUNCSIG$v (func))
(export "$zoo (.bar)" (func $1))
- (func $foo\20\28.bar\29 (; 0 ;) (type $0)
+ (func $foo\20\28.bar\29 (; 0 ;) (type $FUNCSIG$v)
(nop)
)
- (func $1 (; 1 ;) (type $0)
+ (func $1 (; 1 ;) (type $FUNCSIG$v)
(call $foo\20\28.bar\29)
)
)