forked from catchorg/Catch2
ConfigData now looks virtually identical to the Clara test Config
This commit is contained in:
@@ -194,7 +194,8 @@ struct Config {
|
||||
noThrow( false ),
|
||||
showHelp( false ),
|
||||
abortAfter( 0 ),
|
||||
verbosity( Verbosity::Normal )
|
||||
verbosity( Verbosity::Normal ),
|
||||
warnings( Warning::Nothing )
|
||||
{}
|
||||
|
||||
bool listTests;
|
||||
|
||||
Reference in New Issue
Block a user