diff options
Diffstat (limited to 'test/tail-call.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/tail-call.wast.fromBinary.noDebugInfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tail-call.wast.fromBinary.noDebugInfo b/test/tail-call.wast.fromBinary.noDebugInfo index e7a1ab752..919626330 100644 --- a/test/tail-call.wast.fromBinary.noDebugInfo +++ b/test/tail-call.wast.fromBinary.noDebugInfo @@ -6,7 +6,7 @@ (return_call $1) ) (func $1 - (return_call_indirect (type $none_=>_none) + (return_call_indirect $0 (type $none_=>_none) (i32.const 0) ) ) |