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