Add require to base env to fix tests.

original commit: 0199e11edd314c0c7270a0875065799ccf1c64a3
This commit is contained in:
Sam Tobin-Hochstadt 2010-06-02 11:26:05 -04:00
parent 80e25e5cb0
commit 420d38ec9c

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)