Use #:duplicates (last) to
authorKevin Ryde <user42@zip.com.au>
Fri, 23 Jul 2004 23:41:35 +0000 (23:41 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 23 Jul 2004 23:41:35 +0000 (23:41 +0000)
suppress warnings about current-time and raise replacing core bindings.

test-suite/tests/srfi-19.test
test-suite/tests/srfi-34.test

index 84364e2..4300bf0 100644 (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))
index d8f1521..066930b 100644 (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))