raco test: fix -l

original commit: 53cbb8b03a
This commit is contained in:
Matthew Flatt 2014-10-19 09:23:15 -05:00
parent 7b7e158b5a
commit d4adf3db45

View File

@ -703,7 +703,7 @@
(define rmp ((current-module-name-resolver) x #f #f #f)) (define rmp ((current-module-name-resolver) x #f #f #f))
(define p (resolved-module-path-name rmp)) (define p (resolved-module-path-name rmp))
(and (file-exists? p) p)) (and (file-exists? p) p))
(match (find (string->symbol e)) (match (find `(lib ,e))
[#f [#f
(error test-exe-name (error test-exe-name
(string-append "module not found\n" (string-append "module not found\n"