summaryrefslogtreecommitdiff
path: root/test/complexTextNames.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/complexTextNames.wast.fromBinary.noDebugInfo')
-rw-r--r--test/complexTextNames.wast.fromBinary.noDebugInfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/complexTextNames.wast.fromBinary.noDebugInfo b/test/complexTextNames.wast.fromBinary.noDebugInfo
index ad2a43c34..6865b99df 100644
--- a/test/complexTextNames.wast.fromBinary.noDebugInfo
+++ b/test/complexTextNames.wast.fromBinary.noDebugInfo
@@ -1,10 +1,10 @@
(module
- (type $0 (func))
+ (type $none_=>_none (func))
(export "$zoo (.bar)" (func $1))
- (func $0 (; 0 ;) (type $0)
+ (func $0 (; 0 ;)
(nop)
)
- (func $1 (; 1 ;) (type $0)
+ (func $1 (; 1 ;)
(call $0)
)
)