summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-07-03 16:26:03 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-07-03 16:26:03 -0400
commit9e167b68008e185387326190de4bf7ff44ece3a4 (patch)
treeb2b76970747a7595c45972d87349c58afaed9d6f /Source
parent566647d34f705eeee10815cbdb6b00a170a8aef3 (diff)
downloadcmake-9e167b68008e185387326190de4bf7ff44ece3a4.tar.gz
ENH: one more fix for the old hp c++ compiler
Diffstat (limited to 'Source')
-rw-r--r--Source/CTest/cmCTestMultiProcessHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestMultiProcessHandler.cxx b/Source/CTest/cmCTestMultiProcessHandler.cxx
index 4c9be362e8..10434d55c9 100644
--- a/Source/CTest/cmCTestMultiProcessHandler.cxx
+++ b/Source/CTest/cmCTestMultiProcessHandler.cxx
@@ -242,7 +242,7 @@ void cmCTestMultiProcessHandler::EndTest(cmProcess* p)
cres.Status = cmCTestTestHandler::COMPLETED;
cres.TestCount = test;
cres.Name = this->TestNames[test];
- cres.Path.clear();
+ cres.Path = "";
if(exitVal)
{
cres.Status = cmCTestTestHandler::FAILED;