From a62717750ae649f17e2c37e077d7a984787d0bf3 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 16 Nov 2009 01:14:30 -0600 Subject: [PATCH] calendar: fix unit tests --- basis/calendar/calendar-tests.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/calendar/calendar-tests.factor b/basis/calendar/calendar-tests.factor index 44ba777c45..9c45ee0107 100644 --- a/basis/calendar/calendar-tests.factor +++ b/basis/calendar/calendar-tests.factor @@ -1,5 +1,6 @@ USING: arrays calendar kernel math sequences tools.test -continuations system math.order threads accessors ; +continuations system math.order threads accessors +random ; IN: calendar.tests [ f ] [ 2004 12 32 0 0 0 instant valid-timestamp? ] unit-test