From 4d69fcc8a9e2c8cf5ba63fb70878dc7d63b8cdd5 Mon Sep 17 00:00:00 2001 From: John Clements Date: Tue, 24 Mar 2015 09:42:27 -0700 Subject: [PATCH] use racket/base instead --- pkgs/racket-doc/scribblings/raco/test.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/raco/test.scrbl b/pkgs/racket-doc/scribblings/raco/test.scrbl index bb2939404c..9c1422609a 100644 --- a/pkgs/racket-doc/scribblings/raco/test.scrbl +++ b/pkgs/racket-doc/scribblings/raco/test.scrbl @@ -197,10 +197,10 @@ does not trigger the evaluation of the enclosing module. The (/ 1 0) ;; don't run this file for testing: - (module* test racket + (module* test racket/base ;; no tests! 13) - ) + ) @section[#:tag "test-config-info"]{Test Configuration by @filepath{info.rkt}}