Fix line length.

This commit is contained in:
Bill Hoffman 2012-04-26 08:33:27 -04:00
parent dd07161c51
commit 72210c2662

View File

@ -765,7 +765,8 @@ int cmCTestCoverageHandler::HandleGTMCoverage(
cmCTestCoverageHandlerContainer* cont)
{
cmParseGTMCoverage cov(*cont, this->CTest);
std::string coverageFile = this->CTest->GetBinaryDir() + "/gtm_coverage.mcov";
std::string coverageFile = this->CTest->GetBinaryDir() +
"/gtm_coverage.mcov";
if(cmSystemTools::FileExists(coverageFile.c_str()))
{
cov.ReadGTMCoverage(coverageFile.c_str());