From 8e8cc301e432b538f2e080e5d383c70acf09d516 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 31 Dec 2012 17:29:45 -0700 Subject: [PATCH] fix dist spec --- collects/meta/dist-specs.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/meta/dist-specs.rkt b/collects/meta/dist-specs.rkt index 454b26d71b..1b2b245adf 100644 --- a/collects/meta/dist-specs.rkt +++ b/collects/meta/dist-specs.rkt @@ -648,8 +648,7 @@ dr-extras :+= (package: "typed-racket/" ; used in drracket #:docs "ts-{reference|guide}/") (- (collects: "typed/") (cond (not plt) => (collects: "typed/test-engine/") - (collects: "typed/rackunit/") - (srcfile: "typed/rackunit.rkt"))) + (srcfile: "typed/rackunit/gui.rkt"))) (collects: "typed-scheme") ; compatibility ;; -------------------- gui-debugger