fix bug in error reporint in verbose mode of (chibi test)

This commit is contained in:
Alex Shinn 2017-10-22 22:25:05 +09:00
parent e4eadba355
commit 52b18ca665

View file

@ -422,7 +422,7 @@
(else (lambda (x) x)))) (else (lambda (x) x))))
(define (test-status-message status) (define (test-status-message status)
((test-status-color status) status)) ((test-status-color status) (symbol->string status)))
(define (test-status-code status) (define (test-status-code status)
((test-status-color status) ((test-status-color status)