]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/help-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / help / help-tests.factor
index bd2f87c3bfd3161efc204a00f63a33f7dba42534..d8c5a32f3dbd17dfd7ba76a97f2ab4f209aaf270 100644 (file)
@@ -2,5 +2,5 @@ USING: tools.test help kernel ;
 IN: help.tests
 
 [ 3 throw ] must-fail
-{ } [ :help ] unit-test
-{ } [ f print-topic ] unit-test
+[ ] [ :help ] unit-test
+[ ] [ f print-topic ] unit-test