mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-15 00:47:34 +02:00
Using string-copy for single argument substring.
This commit is contained in:
parent
9ed2f9a27a
commit
209c96e305
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue