aboutsummaryrefslogtreecommitdiff
path: root/tests/recurring.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2020-02-19 01:28:02 +0100
committerHugo Hörnquist <hugo@hornquist.se>2020-02-19 01:28:02 +0100
commitd6b1dddeb255053332b5059f4b5dcfa7112d96e9 (patch)
treeb04dc76029148cda72744bf9ff6dfd56d74f63f2 /tests/recurring.scm
parentFreed datetime from its srfi-19 prison. (diff)
downloadcalp-d6b1dddeb255053332b5059f4b5dcfa7112d96e9.tar.gz
calp-d6b1dddeb255053332b5059f4b5dcfa7112d96e9.tar.xz
Update tests to remove srfi-19.
Diffstat (limited to 'tests/recurring.scm')
-rw-r--r--tests/recurring.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/recurring.scm b/tests/recurring.scm
index da6e18a8..0871d38d 100644
--- a/tests/recurring.scm
+++ b/tests/recurring.scm
@@ -1,7 +1,5 @@
(((srfi srfi-41) stream-take stream-map stream->list stream-car)
- ;; ((srfi srfi-19) date->time-utc time-utc->date)
- ;; ((srfi srfi-19 util) day-stream)
- ((srfi srfi-19 alt util) day-stream)
+ ((datetime util) day-stream)
((vcomponent base) extract attr)
((vcomponent) parse-calendar)