Fixing missing newline in test output.

This commit is contained in:
Alex Shinn 2012-11-11 16:41:44 +09:00
parent 3373469883
commit a03147a0d3

View file

@ -658,7 +658,7 @@
(group (make-test-group name parent))) (group (make-test-group name parent)))
(cond (cond
((and parent ((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))) (zero? (test-group-ref parent 'subgroups-count 0)))
(newline))) (newline)))
(cond (cond