Added whitespace to the typed racket test harness.

This commit is contained in:
Vincent St-Amour 2010-07-16 19:03:32 -04:00
parent 8563f02ba8
commit 8aa4fae613

View File

@ -31,7 +31,7 @@
(when (opt?)
(parameterize ([current-command-line-arguments #()])
(dynamic-require '(file "optimizer/run.rkt") #f))
(printf "Typed Racket Optimizer tests passed"))
(printf "Typed Racket Optimizer tests passed\n"))
(when (bench?)
(unless (= 0 ((exec) (compile-benchmarks)))
(error "Typed Racket Tests did not pass.")))])
(error "Typed Racket Tests did not pass.\n")))])