about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorArun Isaac2026-09-23 23:26:40 +0100
committerArun Isaac2026-09-23 23:26:40 +0100
commit1441c1196510f81ac208456712be2333512aa057 (patch)
treed34ec381014a71cea3de0c4ee30db92527ebbb40 /tests
parent06feb6acf98a8eaa7d70a0b98f7c1017b67db803 (diff)
downloadguile-xapian-1441c1196510f81ac208456712be2333512aa057.tar.gz
guile-xapian-1441c1196510f81ac208456712be2333512aa057.tar.lz
guile-xapian-1441c1196510f81ac208456712be2333512aa057.zip
Import &error in smoketest.scm.
Diffstat (limited to 'tests')
-rw-r--r--tests/smoketest.scm3
1 files changed, 2 insertions, 1 deletions
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)