diff --git a/src/test.cpp b/src/test.cpp index 54e480b5..c52f9c8d 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -69,9 +69,8 @@ void popper(Q* q) { string output; while(active) - { - q->clear(); - //q->pop(output); + { + q->pop(output); ++pop_count; } }