1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-07-23 23:43:57 +00:00
parent 16ea0eb96a
commit 6364df3429

View file

@ -1,3 +1,12 @@
2004-07-24 Kevin Ryde <user42@zip.com.au>
* tests/common-list.test: Use define-module, to as not to import
common-list into subsequent tests (eg. srfi-1 where `every' provokes a
warning).
* tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
suppress warnings about current-time and raise replacing core bindings.
2004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
* tests/format.test (~{): Test no arbitrary iteration limit.