Move doc completeness check to where it belongs.

The odd file name is to avoid package system clashes.
This commit is contained in:
Sam Tobin-Hochstadt 2013-10-17 18:25:57 -04:00
parent fa881b6e96
commit b377c7833b
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))