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");
|
cmCTestLog(this->CTest, HANDLER_OUTPUT, "Testing");
|
||||||
}
|
}
|
||||||
|
|
||||||
std::stringstream indexStr;
|
cmOStringStream indexStr;
|
||||||
indexStr << " (" << this->Index << ")";
|
indexStr << " (" << this->Index << ")";
|
||||||
cmCTestLog(this->CTest, HANDLER_OUTPUT, std::setw(6)
|
cmCTestLog(this->CTest, HANDLER_OUTPUT, std::setw(6)
|
||||||
<< indexStr.str().c_str());
|
<< indexStr.str().c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user