mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
* Added a missing module import.
This commit is contained in:
parent
9a97e36281
commit
0e3817d7d8
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
* tests/srfi-4.test: New file.
|
* tests/srfi-4.test: New file.
|
||||||
|
|
|
@ -81,7 +81,8 @@
|
||||||
|
|
||||||
(use-modules (test-suite lib)
|
(use-modules (test-suite lib)
|
||||||
(ice-9 getopt-long)
|
(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.
|
;;; Variables that will receive their actual values later.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue