chiark
/
gitweb
/
~mdw
/
xyla
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b24117
)
soak: Pop test-program stack before comparing it to the reference.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 6 Sep 2024 19:37:42 +0000
(20:37 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 6 Sep 2024 19:37:42 +0000
(20:37 +0100)
Not after, which makes no sense.
soak
patch
|
blob
|
blame
|
history
diff --git
a/soak
b/soak
index 5e95d15c9a7dab45779428fcec70f36f8b4730d3..dcbba76ddf6ec7ad6c59462632f748993504b4d0 100755
(executable)
--- 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()