From 1441c1196510f81ac208456712be2333512aa057 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 23 Sep 2026 23:26:40 +0100 Subject: Import &error in smoketest.scm. --- tests/smoketest.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/smoketest.scm b/tests/smoketest.scm index a718d64..65a27d5 100644 --- a/tests/smoketest.scm +++ b/tests/smoketest.scm @@ -21,7 +21,8 @@ ;;; xapian-bindings/python3/smoketest.py from v1.4.32 of the xapian ;;; repo. Keep this updated with new releases of xapian. -(use-modules (srfi srfi-26) +(use-modules ((rnrs conditions) #:select (&error)) + (srfi srfi-26) (srfi srfi-64) (ice-9 ftw) (xapian xapian) -- cgit 1.4.1