]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/handbook/handbook-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / help / handbook / handbook-tests.factor
index ae6c7d55f41c3cc470b65b103508b9e4ffeb68f3..709d56c5d61712dfe97476118a81e259fcc1fcb4 100644 (file)
@@ -1,8 +1,8 @@
-IN: help.handbook.tests
 USING: help tools.test ;
+IN: help.handbook.tests
 
-[ ] [ "article-index" help ] unit-test
-[ ] [ "primitive-index" help ] unit-test
-[ ] [ "error-index" help ] unit-test
-[ ] [ "type-index" help ] unit-test
-[ ] [ "class-index" help ] unit-test
+[ ] [ "article-index" print-topic ] unit-test
+[ ] [ "primitive-index" print-topic ] unit-test
+[ ] [ "error-index" print-topic ] unit-test
+[ ] [ "type-index" print-topic ] unit-test
+[ ] [ "class-index" print-topic ] unit-test