mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespace in test.
This commit is contained in:
parent
bbeb093abf
commit
f713b7e158
@ -87,7 +87,7 @@ TestCase::TestResult FunctionSideEffects::run(ostream& _stream, string const& _l
|
||||
|
||||
m_obtainedResult.clear();
|
||||
for (auto const& fun: functionSideEffectsStr)
|
||||
m_obtainedResult += fun.first + ": " + fun.second + "\n";
|
||||
m_obtainedResult += fun.first + ":" + (fun.second.empty() ? "" : " ") + fun.second + "\n";
|
||||
|
||||
if (m_expectation != m_obtainedResult)
|
||||
{
|
||||
|
@ -5,6 +5,6 @@
|
||||
}
|
||||
// ----
|
||||
// : movable, sideEffectFree, sideEffectFreeIfNoMSize
|
||||
// a:
|
||||
// b:
|
||||
// c:
|
||||
// a:
|
||||
// b:
|
||||
// c:
|
||||
|
@ -4,5 +4,5 @@
|
||||
}
|
||||
// ----
|
||||
// : movable, sideEffectFree, sideEffectFreeIfNoMSize
|
||||
// a:
|
||||
// b:
|
||||
// a:
|
||||
// b:
|
||||
|
@ -3,4 +3,4 @@
|
||||
}
|
||||
// ----
|
||||
// : movable, sideEffectFree, sideEffectFreeIfNoMSize
|
||||
// a:
|
||||
// a:
|
||||
|
@ -4,6 +4,6 @@
|
||||
pop(f())
|
||||
}
|
||||
// ----
|
||||
// :
|
||||
// f:
|
||||
// g:
|
||||
// :
|
||||
// f:
|
||||
// g:
|
||||
|
Loading…
Reference in New Issue
Block a user