diff options
Diffstat (limited to 'test/complexBinaryNames.wasm.fromBinary')
-rw-r--r-- | test/complexBinaryNames.wasm.fromBinary | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/complexBinaryNames.wasm.fromBinary b/test/complexBinaryNames.wasm.fromBinary index e50a9134d..48234983a 100644 --- a/test/complexBinaryNames.wasm.fromBinary +++ b/test/complexBinaryNames.wasm.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) ) ) |