mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix isoltest --no-color option
This commit is contained in:
@@ -28,7 +28,7 @@ namespace test
|
||||
|
||||
struct IsolTestOptions: CommonOptions
|
||||
{
|
||||
bool formatted = true;
|
||||
bool noColor = false;
|
||||
bool showHelp = false;
|
||||
|
||||
IsolTestOptions(std::string* _editor);
|
||||
|
||||
Reference in New Issue
Block a user