[bugfix] test statistics displays failures in reverse order.

This commit is contained in:
Yuichi Nishiwaki 2014-07-27 12:42:14 +09:00
parent 2caefd0c39
commit b7c76ccc2a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
(for-each
(lambda (fail)
(display fail))
fails))
(reverse fails)))
(define (test-begin . o)
(set! test-counter (+ test-counter 1)))