aboutsummaryrefslogtreecommitdiff
path: root/tests/test/vcomponent-control.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 01:34:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 01:34:44 +0200
commitb9695ad23caa3e404d140eaa117abcd17a40b079 (patch)
tree0857e4a3d403fc7a123d5350bf73fd7249802318 /tests/test/vcomponent-control.scm
parentRewrote `with-replaced-properties`. (diff)
downloadcalp-b9695ad23caa3e404d140eaa117abcd17a40b079.tar.gz
calp-b9695ad23caa3e404d140eaa117abcd17a40b079.tar.xz
test fixes.
Diffstat (limited to 'tests/test/vcomponent-control.scm')
-rw-r--r--tests/test/vcomponent-control.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/vcomponent-control.scm b/tests/test/vcomponent-control.scm
index 6ab38996..cf6995bf 100644
--- a/tests/test/vcomponent-control.scm
+++ b/tests/test/vcomponent-control.scm
@@ -5,7 +5,7 @@
(define-module (test vcomponent-control)
:use-module (srfi srfi-64)
:use-module (srfi srfi-88)
- :use-module ((vcomponent create))
+ :use-module (vcomponent create)
:use-module ((vcomponent util control)
:select (with-replaced-properties))
:use-module ((vcomponent formats ical parse)