diff options
| author | Arun Isaac | 2026-09-23 23:26:40 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-23 23:26:40 +0100 |
| commit | 1441c1196510f81ac208456712be2333512aa057 (patch) | |
| tree | d34ec381014a71cea3de0c4ee30db92527ebbb40 /tests/smoketest.scm | |
| parent | 06feb6acf98a8eaa7d70a0b98f7c1017b67db803 (diff) | |
| download | guile-xapian-1441c1196510f81ac208456712be2333512aa057.tar.gz guile-xapian-1441c1196510f81ac208456712be2333512aa057.tar.lz guile-xapian-1441c1196510f81ac208456712be2333512aa057.zip | |
Import &error in smoketest.scm.
Diffstat (limited to 'tests/smoketest.scm')
| -rw-r--r-- | tests/smoketest.scm | 3 |
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) |
