From 75be50ced4561415b05a45fda99a6954b2d8cb9c Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 14 Jun 2016 10:12:57 -0400 Subject: [PATCH] Fixed the Wreoder bug --- include/internal/catch_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_config.hpp b/include/internal/catch_config.hpp index cbeae147..d7afa63a 100644 --- a/include/internal/catch_config.hpp +++ b/include/internal/catch_config.hpp @@ -53,8 +53,8 @@ namespace Catch { bool listTags; bool listReporters; bool listTestNamesAndSources; - bool listTestSources; bool listTestNamesOnly; + bool listTestSources; bool showSuccessfulTests; bool shouldDebugBreak;