1
Fork 0
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:
Dirk Herrmann 2003-06-01 11:13:04 +00:00
parent 2ca0d20720
commit 6d63297be2
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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))
;;;