xo-indentlog: fix pretty-print utests
This commit is contained in:
parent
4f6bb25406
commit
c13b2a502c
2 changed files with 4 additions and 4 deletions
|
|
@ -78,7 +78,7 @@ namespace ut {
|
|||
const test_case & tc = s_testcase_v[i];
|
||||
|
||||
std::size_t z = tc.buf_capacity_;
|
||||
log_streambuf<char> sbuf(z, true /*debug_flag*/);
|
||||
log_streambuf<char> sbuf(z, false /*debug_flag*/);
|
||||
std::ostream ss(&sbuf);
|
||||
|
||||
REQUIRE(sbuf.capacity() == z);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue