omit-tests doc fix

This commit is contained in:
John Clements 2015-03-24 09:45:42 -07:00
parent 4d69fcc8a9
commit 3b08e2cccd

View File

@ -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}}