xo-alloc2: utest: cleanup stray error messages

This commit is contained in:
Roland Conybeare 2025-12-21 22:55:19 -05:00
commit 29d8b45ab2
4 changed files with 11 additions and 8 deletions

View file

@ -152,7 +152,7 @@ namespace xo {
TEST_CASE("IAllocIterator-singlearena", "[alloc2]")
{
scope log(XO_DEBUG(true));
scope log(XO_DEBUG(false));
ArenaConfig cfg { .name_ = "testarena",
.size_ = 64*1024,