Skip to content

Commit e8b478a

Browse files
Abseil Teamsbenzaquen
Abseil Team
authored andcommitted
Googletest export
Update gtest doc link PiperOrigin-RevId: 359622286
1 parent 3832a41 commit e8b478a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/src/gtest-death-test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ static std::string DeathTestThreadWarning(size_t thread_count) {
248248
msg << "detected " << thread_count << " threads.";
249249
}
250250
msg << " See "
251-
"https://github.com/google/googletest/blob/master/googletest/docs/"
251+
"https://github.com/google/googletest/blob/master/docs/"
252252
"advanced.md#death-tests-and-threads"
253253
<< " for more explanation and suggested solutions, especially if"
254254
<< " this is the last message you see before your test times out.";

0 commit comments

Comments
 (0)