diff options
Diffstat (limited to 'test/complexTextNames.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/complexTextNames.wast.fromBinary.noDebugInfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/complexTextNames.wast.fromBinary.noDebugInfo b/test/complexTextNames.wast.fromBinary.noDebugInfo index 6865b99df..5c31ca04c 100644 --- a/test/complexTextNames.wast.fromBinary.noDebugInfo +++ b/test/complexTextNames.wast.fromBinary.noDebugInfo @@ -1,10 +1,10 @@ (module (type $none_=>_none (func)) (export "$zoo (.bar)" (func $1)) - (func $0 (; 0 ;) + (func $0 (nop) ) - (func $1 (; 1 ;) + (func $1 (call $0) ) ) |