aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 18:06:18 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 18:06:18 +0200
commitb157c326fa2139529eee14781f39c9d3ab65668a (patch)
tree4b632256fd1689600cb7ca3e8322efab251eadd5 /tests
parentMove a bunch of files into calp module. (diff)
downloadcalp-b157c326fa2139529eee14781f39c9d3ab65668a.tar.gz
calp-b157c326fa2139529eee14781f39c9d3ab65668a.tar.xz
Start moving stuff out from output.
Diffstat (limited to 'tests')
-rw-r--r--tests/xcal.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xcal.scm b/tests/xcal.scm
index f11ca1aa..33699016 100644
--- a/tests/xcal.scm
+++ b/tests/xcal.scm
@@ -1,5 +1,5 @@
-(((vcomponent parse xcal) sxcal->vcomponent)
- ((vcomponent parse ical) parse-calendar)
+(((vcomponent xcal parse) sxcal->vcomponent)
+ ((vcomponent ical parse) parse-calendar)
((output xcal) vcomponent->sxcal)
((util) ->)
((vcomponent base)