diff options
Diffstat (limited to 'test/complexTextNames.wast.fromBinary')
-rw-r--r-- | test/complexTextNames.wast.fromBinary | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/complexTextNames.wast.fromBinary b/test/complexTextNames.wast.fromBinary index e50a9134d..48234983a 100644 --- a/test/complexTextNames.wast.fromBinary +++ b/test/complexTextNames.wast.fromBinary @@ -1,10 +1,10 @@ (module - (type $0 (func)) + (type $none_=>_none (func)) (export "$zoo (.bar)" (func $1)) - (func $foo\20\28.bar\29 (; 0 ;) (type $0) + (func $foo\20\28.bar\29 (; 0 ;) (nop) ) - (func $1 (; 1 ;) (type $0) + (func $1 (; 1 ;) (call $foo\20\28.bar\29) ) ) |