mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* guile-test: Use (ice-9 and-let-star) instead of (ice-9
and-let*).
This commit is contained in:
parent
aa767bc58f
commit
e11e60d635
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
|
|
||||||
(use-modules (test-suite lib)
|
(use-modules (test-suite lib)
|
||||||
(ice-9 getopt-long)
|
(ice-9 getopt-long)
|
||||||
(ice-9 and-let*))
|
(ice-9 and-let-star))
|
||||||
|
|
||||||
|
|
||||||
;;; 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