Skip to content

Commit dd72ed1

Browse files
authored
Update gtest.cc
fix a broken link
1 parent d0af91e commit dd72ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/src/gtest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6037,7 +6037,7 @@ bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) {
60376037
// each TestSuite and TestInfo object.
60386038
// If shard_tests == true, further filters tests based on sharding
60396039
// variables in the environment - see
6040-
// https://github.com/google/googletest/blob/master/googletest/docs/advanced.md
6040+
// https://github.com/google/googletest/blob/main/docs/advanced.md
60416041
// . Returns the number of tests that should run.
60426042
int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
60436043
const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL

0 commit comments

Comments
 (0)