]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/calendar-tests.factor
basis: Cleaning up tests using lists and IN: forms.
[factor.git] / basis / calendar / calendar-tests.factor
index e1cc2bcdb73ed09bdd1513e8708dcbc731f063b7..67f12422c2620ac02103d1a8995205e088ca123f 100644 (file)
@@ -1,7 +1,5 @@
-USING: arrays calendar kernel math sequences tools.test
-continuations system math.order threads accessors
-random ;
-IN: calendar.tests
+USING: accessors kernel math.order random threads tools.test ;
+IN: calendar
 
 { f } [ 2004 12 32 0   0  0 instant <timestamp> valid-timestamp? ] unit-test
 { f } [ 2004  2 30 0   0  0 instant <timestamp> valid-timestamp? ] unit-test