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