diff --git a/collects/tests/plot/run-tests.ss b/collects/tests/plot/run-tests.ss index 26aee88a7a..69949ef401 100755 --- a/collects/tests/plot/run-tests.ss +++ b/collects/tests/plot/run-tests.ss @@ -20,7 +20,7 @@ exec mred -u "$0" "$@" [expected-file-name (string-append file-name ".png")]) (plot args ... (out-file result-file-name)) ;; WILL COMPARE by MD5 hash. - (printf "testing \"~a\" : ~a ... " description '(plot args ...) ) + (printf "testing \"~a\" ... " description) (if (equal? (md5 (read-file result-file-name)) (md5 (read-file expected-file-name))) (begin (display "passed\n") (delete-file result-file-name)) diff --git a/collects/tests/plot/size.png b/collects/tests/plot/size.png index 15b5b018f5..4ec640c8f7 100644 Binary files a/collects/tests/plot/size.png and b/collects/tests/plot/size.png differ