Add require to base env to fix tests.

This commit is contained in:
Sam Tobin-Hochstadt 2010-06-02 11:26:05 -04:00
parent 66a97ebbac
commit 0199e11edd

View File

@ -10,6 +10,7 @@
"extra-procs.rkt"
(only-in '#%kernel [apply kernel:apply])
(only-in racket/private/pre-base new-apply-proc)
(for-syntax (only-in racket/private/pre-base new-apply-proc))
scheme/promise scheme/system
(only-in string-constants/private/only-once maybe-print-message)
(only-in mzscheme make-namespace)