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:
parent
26a4995c58
commit
cd6f7d0bd2
2 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue