From: Mark Wooding Date: Fri, 6 Sep 2024 19:37:42 +0000 (+0100) Subject: soak: Pop test-program stack before comparing it to the reference. X-Git-Tag: 0.99.0~106 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/xyla/commitdiff_plain/577d50cf59c3feed4c3ba9cc053f2194b4037ce8 soak: Pop test-program stack before comparing it to the reference. Not after, which makes no sense. --- diff --git a/soak b/soak index 5e95d15..dcbba76 100755 --- a/soak +++ b/soak @@ -403,7 +403,7 @@ while True: check_tree() if not ST.stack: break put(")\n") + ST.pop() dump_tree() check_tree() - ST.pop() ST.clear_ckpt()