mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-12 23:47:34 +02:00
fix bug in error reporint in verbose mode of (chibi test)
This commit is contained in:
parent
e4eadba355
commit
52b18ca665
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue