]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/models/arrow/smart/smart-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / models / arrow / smart / smart-tests.factor
index 7f8ba7cd0e7facc8e5270bbaf5c882e21a755291..e817eda54131580ee8e3af560518f1d9f3ee2289 100644 (file)
@@ -1,4 +1,4 @@
 IN: models.arrows.smart.tests
 USING: models.arrow.smart tools.test accessors models math kernel ;
 
-[ 7 ] [ 3 <model> 4 <model> [ + ] <smart-arrow> [ activate-model ] [ value>> ] bi ] unit-test
+{ 7 } [ 3 <model> 4 <model> [ + ] <smart-arrow> [ activate-model ] [ value>> ] bi ] unit-test