Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
64df5544
Unverified
Commit
64df5544
authored
Jun 27, 2022
by
assafpr
Committed by
GitHub
Jun 27, 2022
Browse files
Update gtest-death-test.cc
parent
dfa990f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/src/gtest-death-test.cc
googletest/src/gtest-death-test.cc
+1
-1
No files found.
googletest/src/gtest-death-test.cc
View file @
64df5544
...
@@ -249,7 +249,7 @@ static std::string DeathTestThreadWarning(size_t thread_count) {
...
@@ -249,7 +249,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/ma
ster
/docs/"
"https://github.com/google/googletest/blob/ma
in
/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."
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment