Fix isoltest --no-color option

This commit is contained in:
Mathias Baumann
2019-02-21 16:42:23 +01:00
parent 15d275ed37
commit 7a40088d95
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace test
struct IsolTestOptions: CommonOptions
{
bool formatted = true;
bool noColor = false;
bool showHelp = false;
IsolTestOptions(std::string* _editor);