mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* tests/guardians.test: Uses module (ice-9 weak-vector).
This commit is contained in:
parent
2ca0d20720
commit
6d63297be2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* tests/guardians.test: Uses module (ice-9 weak-vector).
|
||||
|
||||
2003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* lib.scm: Documented the short form for pass-if and expect-fail.
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
;;; they explicitly invoke GC --- in other words, they assume that GC
|
||||
;;; won't happen too often.
|
||||
|
||||
(use-modules (ice-9 documentation))
|
||||
(use-modules (ice-9 documentation)
|
||||
(ice-9 weak-vector))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue