From 57e4004ec1a0489e6d8bc7dbd4bd07b110b6239b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 7 Mar 2022 22:55:14 +0100 Subject: Replace Guile's srfi-64:s test-error with working version. Along with updating now failing tests. --- tests/test/vcomponent-formats-common-types.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test/vcomponent-formats-common-types.scm') 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)) -- cgit v1.2.3