mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-20 00:52:11 +01:00
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