1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

Move `guardians.test' to its own module.

* test-suite/tests/guardians.test: Add `define-module' clause.
This commit is contained in:
Ludovic Courtès 2009-02-28 16:59:05 +01:00
parent 6a7489ace3
commit 1eefa363bd

View file

@ -35,11 +35,12 @@
;;; they explicitly invoke GC --- in other words, they assume that GC
;;; won't happen too often.
(use-modules (test-suite lib)
(ice-9 documentation)
(ice-9 weak-vector))
(define-module (test-guardians)
:use-module (test-suite lib)
:use-module (ice-9 documentation)
:use-module (ice-9 weak-vector))
;;;
;;; miscellaneous
;;;