Merge a543b1c99f4e3e8079db37b862af0eaaa7d2a01b into 7140cd416cecd7462a8aae488024abeee55598e4

This commit is contained in:
RVdeported 2026-06-03 09:04:01 +08:00 committed by GitHub
commit 8da434a73a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3491,7 +3491,7 @@ void PrettyUnitTestResultPrinter::OnTestIterationStart(
const int32_t shard_index = GTEST_FLAG_GET(shard_index);
ColoredPrintf(GTestColor::kYellow, "Note: This is test shard %d of %d.\n",
static_cast<int>(shard_index) + 1,
GTEST_FLAG_GET(total_shards));
(int) GTEST_FLAG_GET(total_shards));
}
if (GTEST_FLAG_GET(shuffle)) {