xo-reader2: use alloc headers in utest for visibility

This commit is contained in:
Roland Conybeare 2026-02-16 09:34:40 -05:00
commit 44ecf581f0
2 changed files with 10 additions and 3 deletions

View file

@ -58,7 +58,8 @@ namespace xo {
this->aux_arena_
= std::move(DArena(ArenaConfig()
.with_name(testname)
.with_size(4 * 1024)));
.with_size(4 * 1024)
.with_store_header_flag(true)));
obj<AAllocator,DArena> aux_mm(&aux_arena_);
this->expr_arena_