fix a memory-accounting test
This commit is contained in:
parent
75ff7870bd
commit
77bcfde77c
|
@ -127,7 +127,9 @@
|
||||||
(collect-garbage)
|
(collect-garbage)
|
||||||
(test #t andmap (lambda (v)
|
(test #t andmap (lambda (v)
|
||||||
(v . >= . 100000))
|
(v . >= . 100000))
|
||||||
(map current-memory-use c))))
|
(map current-memory-use c))
|
||||||
|
;; Make sure boxes are retained:
|
||||||
|
(test #t andmap custodian-box? b)))
|
||||||
|
|
||||||
(let ()
|
(let ()
|
||||||
(define c1 (make-custodian (current-custodian)))
|
(define c1 (make-custodian (current-custodian)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user