Added whitespace to the typed racket test harness.
original commit: 8aa4fae613c3f2c99dd5bb145727db94916df537
This commit is contained in:
parent
8f088b820b
commit
a421071d91
|
@ -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