mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-11 23:17:34 +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)))
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue