1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Use #:duplicates (last) to

suppress warnings about current-time and raise replacing core bindings.
This commit is contained in:
Kevin Ryde 2004-07-23 23:41:35 +00:00
parent 26a4995c58
commit cd6f7d0bd2
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@
;; separate module, or later tests will fail.
(define-module (test-suite test-srfi-19)
:duplicates (last) ;; avoid warning about srfi-19 replacing `current-time'
:use-module (test-suite lib)
:use-module (srfi srfi-19)
:use-module (ice-9 format))

View file

@ -18,6 +18,7 @@
;;;; Boston, MA 02111-1307 USA
(define-module (test-suite test-srfi-34)
:duplicates (last) ;; avoid warning about srfi-34 replacing `raise'
:use-module (test-suite lib)
:use-module (srfi srfi-13)
:use-module (srfi srfi-34))