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