Added whitespace to the typed racket test harness.
This commit is contained in:
parent
8563f02ba8
commit
8aa4fae613
|
@ -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")))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user