diff --git a/test-suite/tests/srfi-60.test b/test-suite/tests/srfi-60.test index 5822cb1d0..fff89f1ca 100644 --- a/test-suite/tests/srfi-60.test +++ b/test-suite/tests/srfi-60.test @@ -18,6 +18,7 @@ ;;;; Boston, MA 02110-1301 USA (define-module (test-srfi-60) + #:duplicates (last) ;; avoid warning about srfi-60 replacing `bit-count' #:use-module (test-suite lib) #:use-module (srfi srfi-60))