From a03147a0d31dc4e450dd69a6476e61965072139a Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 11 Nov 2012 16:41:44 +0900 Subject: [PATCH] Fixing missing newline in test output. --- 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 5dd5cd22..21072254 100644 --- a/lib/chibi/test.scm +++ b/lib/chibi/test.scm @@ -658,7 +658,7 @@ (group (make-test-group name parent))) (cond ((and parent - (equal? 0 (test-group-ref parent 'count 0)) + ;; (zero? (test-group-ref parent 'count 0)) (zero? (test-group-ref parent 'subgroups-count 0))) (newline))) (cond