diff options
| -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) |
