]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/calendar/holidays/us/us-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / extra / calendar / holidays / us / us-tests.factor
index 61396ea0606527352a83b94ecbe3e23c166601d7..23ab535e9802a613d0595e778dfabb233daf2c92 100644 (file)
@@ -4,4 +4,4 @@ USING: calendar.holidays calendar.holidays.us kernel sequences
 tools.test ;
 IN: calendar.holidays.us.tests
 
-{ 10 } [ 2009 us-federal holidays length ] unit-test
+[ 10 ] [ 2009 us-federal holidays length ] unit-test