Fixed warnings for platforms that don’t implement CATCH_BREAK_INTO_DEBUGGER

- as discussed in #229
This commit is contained in:
Phil Nash 2013-12-11 08:26:56 +00:00
parent a1e87a4b7d
commit 0b63e0d868
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace Catch{
#endif
#ifndef CATCH_BREAK_INTO_DEBUGGER
#define CATCH_BREAK_INTO_DEBUGGER()
#define CATCH_BREAK_INTO_DEBUGGER() Catch::isTrue( true );
#endif
#endif // TWOBLUECUBES_CATCH_DEBUGGER_H_INCLUDED