aboutsummaryrefslogtreecommitdiff
path: root/tests/recurrence.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/recurrence.scm')
-rw-r--r--tests/recurrence.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/recurrence.scm b/tests/recurrence.scm
index fad8e7dc..a3720ce8 100644
--- a/tests/recurrence.scm
+++ b/tests/recurrence.scm
@@ -10,7 +10,8 @@
((vcomponent recurrence display) format-recurrence-rule)
((vcomponent recurrence internal) count until)
((vcomponent base) make-vcomponent prop prop* extract)
- ((datetime) parse-ics-datetime datetime time date)
+ ((datetime) parse-ics-datetime datetime time date
+ datetime->string)
((util) -> mod!)
((guile) set!)
((srfi srfi-41) stream->list)