summaryrefslogtreecommitdiffstats
path: root/googletest/src
diff options
context:
space:
mode:
authorassafpr <93249401+assafpr@users.noreply.github.com>2022-06-27 06:59:06 (GMT)
committerGitHub <noreply@github.com>2022-06-27 06:59:06 (GMT)
commitdd72ed19fe52f2dbca3b354d9a49eb4124693b99 (patch)
treebca66e6fe9172dd1057768c69e9a2d9a3d51db01 /googletest/src
parentd0af91ead3983b0eacae3efa5bf3a2b368141bb0 (diff)
downloadgoogletest-dd72ed19fe52f2dbca3b354d9a49eb4124693b99.zip
googletest-dd72ed19fe52f2dbca3b354d9a49eb4124693b99.tar.gz
googletest-dd72ed19fe52f2dbca3b354d9a49eb4124693b99.tar.bz2
Update gtest.cc
fix a broken link
Diffstat (limited to 'googletest/src')
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index 6f31dd2..1b9c51b 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -6037,7 +6037,7 @@ bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) {
// each TestSuite and TestInfo object.
// If shard_tests == true, further filters tests based on sharding
// variables in the environment - see
-// https://github.com/google/googletest/blob/master/googletest/docs/advanced.md
+// https://github.com/google/googletest/blob/main/docs/advanced.md
// . Returns the number of tests that should run.
int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL