STYLE: Fix line length violation.

This commit is contained in:
David Cole 2008-12-26 15:27:01 -05:00
parent 85a46e9e51
commit 61cda77869
1 changed files with 1 additions and 2 deletions

View File

@ -69,14 +69,13 @@ bool cmCTestHandlerCommand
{
this->
CTest->SetCTestConfiguration("BuildDirectory",
cmSystemTools::CollapseFullPath(bdir).c_str());
cmSystemTools::CollapseFullPath(bdir).c_str());
}
else
{
cmCTestLog(this->CTest, ERROR_MESSAGE,
"CTEST_BINARY_DIRECTORY not set" << std::endl;);
}
}
if ( this->Values[ct_SOURCE] )
{