summaryrefslogtreecommitdiff
path: root/test/complexTextNames.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/complexTextNames.wast.fromBinary')
-rw-r--r--test/complexTextNames.wast.fromBinary6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/complexTextNames.wast.fromBinary b/test/complexTextNames.wast.fromBinary
index 05db375bc..ed3994dd0 100644
--- a/test/complexTextNames.wast.fromBinary
+++ b/test/complexTextNames.wast.fromBinary
@@ -1,10 +1,10 @@
(module
- (type $none_=>_none (func))
+ (type $0 (func))
(export "$zoo (.bar)" (func $1))
- (func $foo\20\28.bar\29 (type $none_=>_none)
+ (func $foo\20\28.bar\29 (type $0)
(nop)
)
- (func $1 (type $none_=>_none)
+ (func $1 (type $0)
(call $foo\20\28.bar\29)
)
)