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:
parent
2cd4f7d589
commit
cf6d7c2058
|
@ -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