mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
Fixed BrightGreen in ANSI/ Posix case
- was yellow :-s
This commit is contained in:
parent
1c03b4a363
commit
cd9c72c66f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ namespace {
|
|||
|
||||
case Colour::LightGrey: return setColour( "[0;37m" );
|
||||
case Colour::BrightRed: return setColour( "[1;31m" );
|
||||
case Colour::BrightGreen: return setColour( "[1;33m" );
|
||||
case Colour::BrightGreen: return setColour( "[1;32m" );
|
||||
case Colour::BrightWhite: return setColour( "[1;37m" );
|
||||
|
||||
case Colour::Bright: throw std::logic_error( "not a colour" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue