[bugfix] test statistics displays failures in reverse order.
This commit is contained in:
parent
2caefd0c39
commit
b7c76ccc2a
|
@ -24,7 +24,7 @@
|
|||
(for-each
|
||||
(lambda (fail)
|
||||
(display fail))
|
||||
fails))
|
||||
(reverse fails)))
|
||||
|
||||
(define (test-begin . o)
|
||||
(set! test-counter (+ test-counter 1)))
|
||||
|
|
Loading…
Reference in New Issue