Merge commit 'cb9d473112' into vm-check

This commit is contained in:
Andy Wingo 2009-03-17 16:41:01 +01:00
commit bb06fceef0
11 changed files with 205 additions and 178 deletions

View file

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