ENH: one more fix for the old hp c++ compiler

This commit is contained in:
Bill Hoffman 2008-07-03 16:26:03 -04:00
parent 566647d34f
commit 9e167b6800

View File

@ -242,7 +242,7 @@ void cmCTestMultiProcessHandler::EndTest(cmProcess* p)
cres.Status = cmCTestTestHandler::COMPLETED; cres.Status = cmCTestTestHandler::COMPLETED;
cres.TestCount = test; cres.TestCount = test;
cres.Name = this->TestNames[test]; cres.Name = this->TestNames[test];
cres.Path.clear(); cres.Path = "";
if(exitVal) if(exitVal)
{ {
cres.Status = cmCTestTestHandler::FAILED; cres.Status = cmCTestTestHandler::FAILED;