xo-alloc2: utest: verify ++op for alloc iterators
This commit is contained in:
parent
56a71351c5
commit
13edc3a973
2 changed files with 2 additions and 2 deletions
|
|
@ -263,7 +263,7 @@ namespace xo {
|
|||
|
||||
/* valid iterator can be advanced + reaches end */
|
||||
{
|
||||
ix.next();
|
||||
++ix; //ix.next();
|
||||
|
||||
REQUIRE(arena.error_count_ == 0);
|
||||
REQUIRE(ix == end_ix);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue