Merge commit 'cb9d473112' into vm-check
This commit is contained in:
commit
bb06fceef0
11 changed files with 205 additions and 178 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