xo-interpreter2: report_memory_use() unit test
This commit is contained in:
parent
a41ff13f09
commit
a1e85d65bc
3 changed files with 44 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ namespace xo {
|
|||
// outer loop: fetch one line of interactive input
|
||||
while (replxx_getline(interactive_, vsm_.is_at_toplevel(), rx_, &input)) {
|
||||
|
||||
// inner lo9op: consume up to one expression at a time.
|
||||
// inner loop: consume up to one expression at a time.
|
||||
while (!input.empty() && this->_read_eval_print(&input, false /*eof*/))
|
||||
{
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue