aboutsummaryrefslogtreecommitdiff
path: root/tests/recurring.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/recurring.scm')
-rw-r--r--tests/recurring.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/recurring.scm b/tests/recurring.scm
index ebf40cb1..7e4f60ba 100644
--- a/tests/recurring.scm
+++ b/tests/recurring.scm
@@ -18,8 +18,6 @@
(getenv "TESTPATH")
str))
-(test-begin "recurrence test")
-
(define cal-1 (make-vcomponent (tcal "simple-daily.ics")))
(let ((ev (car (children cal-1 'VEVENT))))
@@ -47,4 +45,3 @@
(s4 (add-day s3)))
(list s0 s1 s2 s3 s4))) )
-(test-end "recurrence test")