parent
7b7e158b5a
commit
d4adf3db45
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user