mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
fix it
This commit is contained in:
parent
b41d447935
commit
a34d16c667
@ -2157,7 +2157,6 @@ void cmCTest::ProcessDirectory(cmCTest::tm_VectorOfStrings &passed,
|
||||
if ( m_ShowOnly )
|
||||
{
|
||||
std::cerr.width(3);
|
||||
std::cerr.setf(std::ios_base::right);
|
||||
std::cerr << cnt << "/";
|
||||
std::cerr.width(3);
|
||||
std::cerr << tmsize << " Testing ";
|
||||
|
Loading…
Reference in New Issue
Block a user