mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Fixed warnings for platforms that don’t implement CATCH_BREAK_INTO_DEBUGGER
- as discussed in #229
This commit is contained in:
parent
a1e87a4b7d
commit
0b63e0d868
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user