mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
Merge branch 'google:main' into http-to-https
This commit is contained in:
commit
c759a58a2d
@ -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…
x
Reference in New Issue
Block a user