Skip to content

Commit

Permalink
Merge branch 'google:main' into http-to-https
Browse files Browse the repository at this point in the history
  • Loading branch information
Elior Schneider authored Aug 20, 2023
2 parents 722daa3 + 9fce548 commit c759a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion googletest/src/gtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3228,7 +3228,8 @@ static const char* GetAnsiColorCode(GTestColor color) {
case GTestColor::kYellow:
return "3";
default:
return nullptr;
assert(false);
return "9";
}
}

Expand Down

0 comments on commit c759a58

Please sign in to comment.