mirror of
https://github.com/google/googletest.git
synced 2026-06-15 08:26:11 +08:00
Merge a543b1c99f4e3e8079db37b862af0eaaa7d2a01b into 7140cd416cecd7462a8aae488024abeee55598e4
This commit is contained in:
commit
8da434a73a
@ -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)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user