svn: r12860

This commit is contained in:
Eli Barzilay 2008-12-15 20:43:28 +00:00
parent dcd1efe385
commit 0786da10cb

View File

@ -430,8 +430,8 @@
;; tight here, this test usually fails if the sandbox library is not
;; compiled)
(let ([t (lambda ()
(t --eval-- (display (make-bytes 400000 65)) (collect-garbage)
--top-- (bytes-length (get-output ev)) => 400000))])
(t --eval-- (display (make-bytes 400000 65)) (collect-garbage)
--top-- (bytes-length (get-output ev)) => 400000))])
;; can go arbitrarily high here
(for ([i (in-range 20)]) (t)))