Commit ca76206f authored by gpetit's avatar gpetit
Browse files

Removed extra colon in error log

parent 0c3c8111
......@@ -2571,7 +2571,7 @@ void ReportInvalidTestCaseType(const char* test_case_name,
GTEST_LOG_(ERROR)
<< FormatFileLocation(code_location.file.c_str(),
code_location.line),
code_location.line)
<< " " << errors.GetString();
}
#endif // GTEST_HAS_PARAM_TEST
......
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