Explicitly flush output after printing random testing seed.
original commit: 056a6044e59a9a44ea4acac1d682e5824583b2d6
This commit is contained in:
parent
9998f2c0b2
commit
f324fecbe1
|
@ -259,6 +259,7 @@
|
|||
|
||||
(random-seed seed)
|
||||
(printf "seed: ~s~n" seed)
|
||||
(flush-output) ; DrDr doesn't print the above if the testing segfaults.
|
||||
|
||||
(call-with-limits
|
||||
#f 1000
|
||||
|
|
Loading…
Reference in New Issue
Block a user