Move doc completeness check to where it belongs.

The odd file name is to avoid package system clashes.

original commit: b377c7833bf41eadd6de19598eaf299cd60e6455
This commit is contained in:
Sam Tobin-Hochstadt 2013-10-17 18:25:57 -04:00
parent 2cd4f7d589
commit cf6d7c2058
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote help/search))
(check-docs (quote help/help-utils))

View File

@ -0,0 +1,3 @@
#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote help/search))