Fix inverted CATCH_CONFIG_DISABLE_MATCHERS toggle
This commit is contained in:
parent
0ca4cfb743
commit
d08e31d89e
10 changed files with 16 additions and 16 deletions
|
@ -5,7 +5,7 @@
|
|||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#if defined(CATCH_CONFIG_DISABLE_MATCHERS)
|
||||
#if !defined(CATCH_CONFIG_DISABLE_MATCHERS)
|
||||
|
||||
#include "catch_matchers.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue