Fixed the Wreoder bug

This commit is contained in:
Cyberboss 2016-06-14 10:12:57 -04:00
parent 52e415805f
commit 75be50ced4
1 changed files with 1 additions and 1 deletions

View File

@ -53,8 +53,8 @@ namespace Catch {
bool listTags;
bool listReporters;
bool listTestNamesAndSources;
bool listTestSources;
bool listTestNamesOnly;
bool listTestSources;
bool showSuccessfulTests;
bool shouldDebugBreak;