Move doc completeness check to where it belongs.
The odd file name is to avoid package system clashes.
This commit is contained in:
parent
fa881b6e96
commit
b377c7833b
|
@ -1,4 +1,3 @@
|
|||
#lang racket/base
|
||||
(require rackunit/docs-complete)
|
||||
(check-docs (quote help/search))
|
||||
(check-docs (quote help/help-utils))
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#lang racket/base
|
||||
(require rackunit/docs-complete)
|
||||
(check-docs (quote help/search))
|
Loading…
Reference in New Issue
Block a user