Replaced std::stringstream with cmOStringStream
This commit is contained in:
parent
b427d1985e
commit
996bb51a1d
|
@ -404,7 +404,7 @@ void cmCTestRunTest::WriteLogOutputTop(int completed, int total)
|
|||
cmCTestLog(this->CTest, HANDLER_OUTPUT, "Testing");
|
||||
}
|
||||
|
||||
std::stringstream indexStr;
|
||||
cmOStringStream indexStr;
|
||||
indexStr << " (" << this->Index << ")";
|
||||
cmCTestLog(this->CTest, HANDLER_OUTPUT, std::setw(6)
|
||||
<< indexStr.str().c_str());
|
||||
|
|
Loading…
Reference in New Issue