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

* Added a missing module import.

This commit is contained in:
Dirk Herrmann 2001-06-30 19:59:51 +00:00
parent 9a97e36281
commit 0e3817d7d8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
* guile-test: Use module (ice-9 rdelim).
2001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* tests/srfi-4.test: New file.

View file

@ -81,7 +81,8 @@
(use-modules (test-suite lib)
(ice-9 getopt-long)
(ice-9 and-let-star))
(ice-9 and-let-star)
(ice-9 rdelim))
;;; Variables that will receive their actual values later.