forked from catchorg/Catch2
Cleaned up terminal colouring impl and added more config options
This commit is contained in:
@@ -28,7 +28,9 @@ namespace Catch {
|
||||
|
||||
namespace Catch {
|
||||
|
||||
struct FatalConditionHandler {};
|
||||
struct FatalConditionHandler {
|
||||
void reset() {}
|
||||
};
|
||||
|
||||
} // namespace Catch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user