diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/cmCTestTestHandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx index 0dffb26..de98a38 100644 --- a/Source/CTest/cmCTestTestHandler.cxx +++ b/Source/CTest/cmCTestTestHandler.cxx @@ -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; |