Move `guardians.test' to its own module.
authorLudovic Courtès <ludo@gnu.org>
Sat, 28 Feb 2009 15:59:05 +0000 (16:59 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 28 Feb 2009 15:59:05 +0000 (16:59 +0100)
* test-suite/tests/guardians.test: Add `define-module' clause.

test-suite/tests/guardians.test

index 756747f..8e72d41 100644 (file)
 ;;;   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))
 
+\f
 ;;;
 ;;; miscellaneous
 ;;;