aboutsummaryrefslogtreecommitdiff
path: root/tests/recurring.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-30 04:22:35 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-30 04:22:35 +0100
commitc391978aeb1e1c84683531ef6342a582e97ec05b (patch)
tree51e3885aa069ab94fcd65228a72c3cca95d7a6de /tests/recurring.scm
parentReworked tests. (diff)
downloadcalp-c391978aeb1e1c84683531ef6342a582e97ec05b.tar.gz
calp-c391978aeb1e1c84683531ef6342a582e97ec05b.tar.xz
Minor fixups.
Diffstat (limited to 'tests/recurring.scm')
-rw-r--r--tests/recurring.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/recurring.scm b/tests/recurring.scm
index ce5a12fd..8f1bbd1b 100644
--- a/tests/recurring.scm
+++ b/tests/recurring.scm
@@ -1,7 +1,8 @@
(((srfi srfi-41) stream-take stream-map)
((srfi srfi-1) find)
+ ((srfi srfi-19 util) day-stream)
((guile) make-struct/no-tail)
- ((vcomponent base) children extract type)
+ ((vcomponent base) children extract type attr)
((vcomponent) parse-calendar)
((vcomponent recurrence) generate-recurrence-set))