Skip to content

Commit c759a58

Browse files
author
Elior Schneider
authored
Merge branch 'google:main' into http-to-https
2 parents 722daa3 + 9fce548 commit c759a58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

googletest/src/gtest.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3228,7 +3228,8 @@ static const char* GetAnsiColorCode(GTestColor color) {
32283228
case GTestColor::kYellow:
32293229
return "3";
32303230
default:
3231-
return nullptr;
3231+
assert(false);
3232+
return "9";
32323233
}
32333234
}
32343235

0 commit comments

Comments
 (0)