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"