made two methods public to fix error messages
svn: r14946
This commit is contained in:
parent
b087ce2765
commit
9640e1571c
|
@ -87,11 +87,11 @@
|
||||||
[else (format "All ~a" count)])
|
[else (format "All ~a" count)])
|
||||||
(if (= count 1) "" "s"))))
|
(if (= count 1) "" "s"))))
|
||||||
|
|
||||||
(define (display-untested-summary port)
|
(define/public (display-untested-summary port)
|
||||||
(unless (test-silence)
|
(unless (test-silence)
|
||||||
(fprintf port "This program should be tested.~n")))
|
(fprintf port "This program should be tested.~n")))
|
||||||
|
|
||||||
(define (display-disabled-summary port)
|
(define/public (display-disabled-summary port)
|
||||||
(fprintf port "Tests disabled.\n"))
|
(fprintf port "Tests disabled.\n"))
|
||||||
|
|
||||||
(define/public (next-line) (printf "~a" "\n\t"))
|
(define/public (next-line) (printf "~a" "\n\t"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user