diff options
author | Gennadiy Civil <misterg@google.com> | 2018-06-11 15:40:35 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-06-11 15:40:35 (GMT) |
commit | 8f87d00398228925b1542b81710a9015c8f68e7b (patch) | |
tree | a383d30b17b861537037174038fc3e15daa6e055 /googletest/src | |
parent | de47b0d30c1d2a2072eb1c2a2e852d6aaa028931 (diff) | |
download | googletest-8f87d00398228925b1542b81710a9015c8f68e7b.zip googletest-8f87d00398228925b1542b81710a9015c8f68e7b.tar.gz googletest-8f87d00398228925b1542b81710a9015c8f68e7b.tar.bz2 |
Rename AdvancedGuide.md to advanced.md and adjust the links.
Part of documentation rationalization work
Diffstat (limited to 'googletest/src')
-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 5406392..3498ffe 100644 --- a/googletest/src/gtest.cc +++ b/googletest/src/gtest.cc @@ -5196,7 +5196,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 ? |