Merge pull request #4322 from pgawro:ansi_colors
PiperOrigin-RevId: 558224853 Change-Id: Ib2d8ad41fcc4d38f58aa5702b537467d8867d82e
This commit is contained in:
commit
9fce548044
@ -3228,7 +3228,8 @@ static const char* GetAnsiColorCode(GTestColor color) {
|
|||||||
case GTestColor::kYellow:
|
case GTestColor::kYellow:
|
||||||
return "3";
|
return "3";
|
||||||
default:
|
default:
|
||||||
return nullptr;
|
assert(false);
|
||||||
|
return "9";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user