Using string-copy for single argument substring.

This commit is contained in:
Alex Shinn 2012-11-23 16:19:40 +09:00
parent 9ed2f9a27a
commit 209c96e305

View file

@ -521,7 +521,7 @@
(or (test-group-ref (current-test-group) 'count) 0) (or (test-group-ref (current-test-group) 'count) 0)
1) 1)
(current-column-width)))) (current-column-width))))
(display (string-append "\n" (substring indent 4)))) (display (string-append "\n" (string-copy indent 4))))
;; update global failure count for exit status ;; update global failure count for exit status
(cond (cond
((or (eq? status 'FAIL) (eq? status 'ERROR)) ((or (eq? status 'FAIL) (eq? status 'ERROR))