aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/vcomponent/vcomponent-control.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-12-09 00:53:28 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-12-09 00:55:54 +0100
commita84061266b97236a7b116a0f9e6fafc92c64f19c (patch)
tree8b6eb7e50cf35a2c516873e1718fb16bb57978ad /tests/unit/vcomponent/vcomponent-control.scm
parentBetter table printer. (diff)
downloadcalp-a84061266b97236a7b116a0f9e6fafc92c64f19c.tar.gz
calp-a84061266b97236a7b116a0f9e6fafc92c64f19c.tar.xz
Rename vcomponent in create module to vcomponent-create.datarewrite-structures
Diffstat (limited to 'tests/unit/vcomponent/vcomponent-control.scm')
-rw-r--r--tests/unit/vcomponent/vcomponent-control.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/vcomponent/vcomponent-control.scm b/tests/unit/vcomponent/vcomponent-control.scm
index fbf40408..f42af4de 100644
--- a/tests/unit/vcomponent/vcomponent-control.scm
+++ b/tests/unit/vcomponent/vcomponent-control.scm
@@ -10,7 +10,7 @@
:select (with-replaced-properties))
:use-module ((vcomponent base) :select (prop)))
-(define ev (vcomponent 'DUMMY x-key: "value"))
+(define ev (create-vcomponent 'DUMMY x-key: "value"))
(test-group "With replaced properties"
;; Test that temoraries are set and restored