Bill Hoffman 16 лет назад
Родитель
Сommit
eb5d0a7f61
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/CTest/cmCTestTestHandler.cxx

+ 1 - 1
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;