]> gitweb.factorcode.org Git - factor.git/blob - basis/help/help-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / help / help-tests.factor
1 USING: tools.test help kernel ;
2 IN: help.tests
3
4 [ 3 throw ] must-fail
5 [ ] [ :help ] unit-test
6 [ ] [ f print-topic ] unit-test