flush log
svn: r10965
This commit is contained in:
parent
8c022426f4
commit
3379ec96b6
|
@ -257,7 +257,8 @@
|
|||
(when (output-port? log)
|
||||
(display "Group end: " log)
|
||||
(display (car (test-runner-group-stack runner)) log)
|
||||
(newline log)))
|
||||
(newline log)
|
||||
(flush-output log)))
|
||||
#f)
|
||||
|
||||
(define (%test-on-bad-count-write runner count expected-count port)
|
||||
|
|
Loading…
Reference in New Issue
Block a user