ENH: fix warning
This commit is contained in:
parent
df9c3b1a68
commit
eb5d0a7f61
|
@ -1109,7 +1109,7 @@ void cmCTestTestHandler::ComputeTestList()
|
|||
// Set the TestList to the final list of all test
|
||||
this->TestList = finalList;
|
||||
std::string::size_type max = this->CTest->GetMaxTestNameWidth();
|
||||
for (ListOfTests::iterator it = this->TestList.begin();
|
||||
for (it = this->TestList.begin();
|
||||
it != this->TestList.end(); it ++ )
|
||||
{
|
||||
cmCTestTestProperties& p = *it;
|
||||
|
|
Loading…
Reference in New Issue