Removed extra colon in error log

pull/1203/head
gpetit 7 years ago
parent 0c3c811164
commit ca76206f42
  1. 2
      googletest/src/gtest.cc

@ -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

Loading…
Cancel
Save