Googletest export
Update gtest doc link PiperOrigin-RevId: 359622286
This commit is contained in:
parent
3832a41ef9
commit
e8b478a735
@ -248,7 +248,7 @@ static std::string DeathTestThreadWarning(size_t thread_count) {
|
|||||||
msg << "detected " << thread_count << " threads.";
|
msg << "detected " << thread_count << " threads.";
|
||||||
}
|
}
|
||||||
msg << " See "
|
msg << " See "
|
||||||
"https://github.com/google/googletest/blob/master/googletest/docs/"
|
"https://github.com/google/googletest/blob/master/docs/"
|
||||||
"advanced.md#death-tests-and-threads"
|
"advanced.md#death-tests-and-threads"
|
||||||
<< " for more explanation and suggested solutions, especially if"
|
<< " for more explanation and suggested solutions, especially if"
|
||||||
<< " this is the last message you see before your test times out.";
|
<< " this is the last message you see before your test times out.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user