mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8392 from ethereum/isoltest-output-fix
[isoltest] Fix raw bytes output in warning on expectation mismatch
This commit is contained in:
commit
b65a165da1
@ -225,7 +225,7 @@ string BytesUtils::formatRawBytes(
|
||||
{
|
||||
bytes byteRange{it, it + static_cast<long>(parameter.abiType.size)};
|
||||
|
||||
os << _linePrefix << formatBytes(byteRange, parameter.abiType);
|
||||
os << _linePrefix << byteRange;
|
||||
if (¶meter != ¶meters.back())
|
||||
os << endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user