From d4adf3db45def50bbf14763360909acec5c58f11 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 19 Oct 2014 09:23:15 -0500 Subject: [PATCH] raco test: fix `-l` original commit: 53cbb8b03a46c7476cf11e9f96849bff8a9dd667 --- pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt b/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt index 58de9608bc..89545079ff 100644 --- a/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt +++ b/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt @@ -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"