Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
996bb51a
Commit
996bb51a
authored
Aug 28, 2009
by
Zach
Browse files
Replaced std::stringstream with cmOStringStream
parent
b427d198
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestRunTest.cxx
View file @
996bb51a
...
...
@@ -404,7 +404,7 @@ void cmCTestRunTest::WriteLogOutputTop(int completed, int total)
cmCTestLog
(
this
->
CTest
,
HANDLER_OUTPUT
,
"Testing"
);
}
std
::
s
tring
s
tream
indexStr
;
cmOS
tring
S
tream
indexStr
;
indexStr
<<
" ("
<<
this
->
Index
<<
")"
;
cmCTestLog
(
this
->
CTest
,
HANDLER_OUTPUT
,
std
::
setw
(
6
)
<<
indexStr
.
str
().
c_str
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment