aboutsummaryrefslogtreecommitdiff
path: root/tests/test/vcomponent-formats-common-types.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-07 22:55:14 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-07 22:55:35 +0100
commit57e4004ec1a0489e6d8bc7dbd4bd07b110b6239b (patch)
tree119fc86cce7dddc174d71bbc125d9cc4ac0ed40e /tests/test/vcomponent-formats-common-types.scm
parentHandle broken symlink when generating static HTML. (diff)
downloadcalp-57e4004ec1a0489e6d8bc7dbd4bd07b110b6239b.tar.gz
calp-57e4004ec1a0489e6d8bc7dbd4bd07b110b6239b.tar.xz
Replace Guile's srfi-64:s test-error with working version.
Along with updating now failing tests.
Diffstat (limited to '')
-rw-r--r--tests/test/vcomponent-formats-common-types.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test/vcomponent-formats-common-types.scm b/tests/test/vcomponent-formats-common-types.scm
index c8bfd323..4c442461 100644
--- a/tests/test/vcomponent-formats-common-types.scm
+++ b/tests/test/vcomponent-formats-common-types.scm
@@ -1,5 +1,6 @@
(define-module (test vcomponent-formats-common-types)
:use-module (srfi srfi-64)
+ :use-module (srfi srfi-64 test-error)
:use-module (srfi srfi-88)
:use-module ((vcomponent formats common types)
:select (get-parser))