diff options
author | Gennadiy Civil <misterg@google.com> | 2018-07-18 11:38:18 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-07-18 11:38:18 -0400 |
commit | d41bfd732f3980c573f8fa27faf4d38d7fb16a45 (patch) | |
tree | 8a1159944a965dd829a9f97b31acee44ed0a6cd1 | |
parent | 8d07cfd0532352379c624ce8844aeca0dc68a585 (diff) | |
download | googletest-d41bfd732f3980c573f8fa27faf4d38d7fb16a45.tar.gz googletest-d41bfd732f3980c573f8fa27faf4d38d7fb16a45.tar.bz2 googletest-d41bfd732f3980c573f8fa27faf4d38d7fb16a45.zip |
Fix link
-rw-r--r-- | googletest/src/gtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index 26a37107..9c25c997 100644 --- a/googletest/src/gtest.cc +++ b/googletest/src/gtest.cc @@ -5273,7 +5273,7 @@ bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { // each TestCase 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/AdvancedGuide.md +// https://github.com/google/googletest/blob/master/googletest/docs/advanced.md // . Returns the number of tests that should run. int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? |