xo-indentlog: fix pretty-print utests

This commit is contained in:
Roland Conybeare 2025-08-06 09:31:10 -05:00
commit c13b2a502c
2 changed files with 4 additions and 4 deletions

View file

@ -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);