Commit ecc6944f authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

Fixing identation, causes build errors when warnings are treated as errors

parent 3d167fde
......@@ -238,8 +238,8 @@ static std::string DeathTestThreadWarning(size_t thread_count) {
else
msg << "detected " << thread_count << " threads.";
msg << " See https://github.com/google/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.";
<< " for more explanation and suggested solutions, especially if"
<< " this is the last message you see before your test times out.";
return msg.GetString();
}
# endif // !GTEST_OS_WINDOWS && !GTEST_OS_FUCHSIA
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment