diff options
author | misterg <misterg@google.com> | 2018-11-19 20:54:09 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-11-20 18:29:55 (GMT) |
commit | b49266606875a8fa6cac79a05002d490a9a2af07 (patch) | |
tree | 9b837c6d547e2f861aba2bee62d7328cc814a183 /googletest/src/gtest-death-test.cc | |
parent | c2989fe29b6a75c61388272ae4cfdc9b70a12345 (diff) | |
download | googletest-b49266606875a8fa6cac79a05002d490a9a2af07.zip googletest-b49266606875a8fa6cac79a05002d490a9a2af07.tar.gz googletest-b49266606875a8fa6cac79a05002d490a9a2af07.tar.bz2 |
Googletest export
Internal Change
PiperOrigin-RevId: 222123106
Diffstat (limited to 'googletest/src/gtest-death-test.cc')
-rw-r--r-- | googletest/src/gtest-death-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc index febd5b5..fc58ea3 100644 --- a/googletest/src/gtest-death-test.cc +++ b/googletest/src/gtest-death-test.cc @@ -243,7 +243,7 @@ static std::string DeathTestThreadWarning(size_t thread_count) { msg << "detected " << thread_count << " threads."; } msg << " See " - "https://github.com/google/googletest/blob/master/googletest/docs/" + "https://github.com/abseil/googletest/blob/master/googletest/docs/" "advanced.md#death-tests-and-threads" << " for more explanation and suggested solutions, especially if" << " this is the last message you see before your test times out."; |