diff --git a/collects/compiler/commands/test.rkt b/collects/compiler/commands/test.rkt index a0b432ce2f..576316fe16 100644 --- a/collects/compiler/commands/test.rkt +++ b/collects/compiler/commands/test.rkt @@ -4,7 +4,7 @@ racket/path raco/command-name rackunit/log - planet2/lib) + pkg/lib) (define submodules '()) (define run-anyways? #t)