Fix line length.
This commit is contained in:
parent
dd07161c51
commit
72210c2662
|
@ -765,7 +765,8 @@ int cmCTestCoverageHandler::HandleGTMCoverage(
|
||||||
cmCTestCoverageHandlerContainer* cont)
|
cmCTestCoverageHandlerContainer* cont)
|
||||||
{
|
{
|
||||||
cmParseGTMCoverage cov(*cont, this->CTest);
|
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()))
|
if(cmSystemTools::FileExists(coverageFile.c_str()))
|
||||||
{
|
{
|
||||||
cov.ReadGTMCoverage(coverageFile.c_str());
|
cov.ReadGTMCoverage(coverageFile.c_str());
|
||||||
|
|
Loading…
Reference in New Issue