www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8bd0dd447458a0ed308bb11be71004c46f4fb1bd
parent bea5cb7030bc88f1a03a73ad1f9d94433aebe7bf
Author: Robby Findler <robby@racket-lang.org>
Date:   Thu,  5 May 2011 14:56:40 -0500

moved the docs-complete library into rackunit
  to avoid having a separate, new manual for the
  one library

original commit: 507b1cd8fd81cd9c5fcf466a2a0c4c47433b0795

Diffstat:
Mcollects/macro-debugger/tests/test-docs-complete.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/macro-debugger/tests/test-docs-complete.rkt b/collects/macro-debugger/tests/test-docs-complete.rkt @@ -1,5 +1,5 @@ #lang racket/base -(require tests/utils/docs-complete) +(require rackunit/docs-complete) (check-docs (quote macro-debugger/syntax-browser)) (check-docs (quote macro-debugger/stepper)) (check-docs (quote macro-debugger/stepper-text))