mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-12 07:27:33 +02:00
Fixing missing newline in test output.
This commit is contained in:
parent
3373469883
commit
a03147a0d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue