diff --git a/collects/tests/mzscheme/sandbox.ss b/collects/tests/mzscheme/sandbox.ss index 64690bb356..92b5a427f2 100644 --- a/collects/tests/mzscheme/sandbox.ss +++ b/collects/tests/mzscheme/sandbox.ss @@ -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)))