raco test: fix -l

This commit is contained in:
Matthew Flatt 2014-10-19 09:23:15 -05:00
parent 3b006df29d
commit 53cbb8b03a

View File

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