loadtest.ss -> loadtest.rkt

original commit: 85fad33c4c
This commit is contained in:
Sam Tobin-Hochstadt 2010-04-30 16:35:48 -04:00
33 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@
(hash-update! errors (common-message exn) add1 0)
(unless (and (not (care-about-nonserious?)) (not serious?))
(when (or (verbose-mode) (stop-on-first-error))
(printf "~a -- ~a: ~a~n" file phase (exn-message exn)))
(fprintf (current-error-port) "~a -- ~a: ~a~n" file phase (exn-message exn)))
(when (stop-on-first-error)
exn)))

View File

@ -1,5 +1,5 @@
(load-relative "loadtest.ss")
(load-relative "loadtest.rkt")
(Section 'embed)