mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Move `guardians.test' to its own module.
* test-suite/tests/guardians.test: Add `define-module' clause.
This commit is contained in:
parent
ad2c7c9388
commit
30a413ca8b
1 changed files with 5 additions and 4 deletions
|
@ -25,11 +25,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
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue