diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-12 00:36:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-12 00:36:57 (GMT) |
commit | a34d16c66723e8d1204fce24115d32e0205ca4e3 (patch) | |
tree | e970b912e11c208d0831323df9cbd5412669bd20 /Source | |
parent | b41d447935c518c5d3352284afd8b24732985417 (diff) | |
download | CMake-a34d16c66723e8d1204fce24115d32e0205ca4e3.zip CMake-a34d16c66723e8d1204fce24115d32e0205ca4e3.tar.gz CMake-a34d16c66723e8d1204fce24115d32e0205ca4e3.tar.bz2 |
fix it
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmCTest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index dc0cbf4..c648786 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -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 "; |