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-wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/complexTextNames.wast.from-wast b/test/complexTextNames.wast.from-wast
index eba5bc117..76d91ba45 100644
--- a/test/complexTextNames.wast.from-wast
+++ b/test/complexTextNames.wast.from-wast
@@ -1,10 +1,10 @@
(module
(type $none_=>_none (func))
(export "$zoo (.bar)" (func $1))
- (func $foo\20\28.bar\29 (; 0 ;)
+ (func $foo\20\28.bar\29
(nop)
)
- (func $1 (; 1 ;)
+ (func $1
(call $foo\20\28.bar\29)
)
)