mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 13:20:26 +02:00
(test-srfi-60): Use #:duplicates (last) to
suppress warning about replacing bit-count.
This commit is contained in:
parent
810214aa9b
commit
b7884e64d5
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
;;;; Boston, MA 02110-1301 USA
|
;;;; Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
(define-module (test-srfi-60)
|
(define-module (test-srfi-60)
|
||||||
|
#:duplicates (last) ;; avoid warning about srfi-60 replacing `bit-count'
|
||||||
#:use-module (test-suite lib)
|
#:use-module (test-suite lib)
|
||||||
#:use-module (srfi srfi-60))
|
#:use-module (srfi srfi-60))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue