mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
More consistent catch statements
Also take const& in all cases.
This commit is contained in:
@@ -119,7 +119,7 @@ TestTool::Result TestTool::process()
|
||||
"Exception during syntax test: " << _e.what() << endl;
|
||||
return Result::Exception;
|
||||
}
|
||||
catch(...)
|
||||
catch (...)
|
||||
{
|
||||
FormattedScope(cout, m_formatted, {BOLD, RED}) <<
|
||||
"Unknown exception during syntax test." << endl;
|
||||
|
||||
Reference in New Issue
Block a user