]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xmode/catalog/catalog-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / xmode / catalog / catalog-tests.factor
index 75e377bc973b75c9a9d85a5638cb31c5bee9b043..38b16956ff49d41991782cb8d2ec13ec37eb4de9 100644 (file)
@@ -2,9 +2,9 @@ IN: xmode.catalog.tests
 USING: xmode.catalog tools.test hashtables assocs
 kernel sequences io ;
 
-[ t ] [ modes hashtable? ] unit-test
+{ t } [ modes hashtable? ] unit-test
 
-[ ] [
+{ } [
     modes keys [
         dup print flush load-mode drop reset-modes
     ] each