From ab3a963a1ba8bd17a71d1fa86ab1950820cfec04 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 22 Mar 2013 07:19:09 -0600 Subject: [PATCH] Removing the planet2 name from the code original commit: 9f337c632ae0706b5619259a2b17f5257df1a24c --- collects/compiler/commands/test.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)