move sandbox-coverage to scheme/private

svn: r10690
This commit is contained in:
Eli Barzilay 2008-07-09 07:20:51 +00:00
parent 7d50e61c7f
commit 91fb6ffce0
2 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@
(define (evaluate-program program limits uncovered!)
(when uncovered!
(eval `(,#'#%require mzlib/private/sandbox-coverage)))
(eval `(,#'#%require scheme/private/sandbox-coverage)))
;; the actual evaluation happens under specified limits, if given
(let ([run (if (and (pair? program) (eq? 'begin (car program)))
(lambda () (eval* (cdr program)))