From 52b18ca6655a683defde2ab7551812879b8561a1 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 22 Oct 2017 22:25:05 +0900 Subject: [PATCH] fix bug in error reporint in verbose mode of (chibi test) --- lib/chibi/test.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/test.scm b/lib/chibi/test.scm index e868c3bd..f58b6526 100644 --- a/lib/chibi/test.scm +++ b/lib/chibi/test.scm @@ -422,7 +422,7 @@ (else (lambda (x) x)))) (define (test-status-message status) - ((test-status-color status) status)) + ((test-status-color status) (symbol->string status))) (define (test-status-code status) ((test-status-color status)