fix `raco exe' test

This commit is contained in:
Matthew Flatt 2013-05-08 12:30:24 -04:00
parent eb46eacad9
commit b3e2d35be9

View File

@ -3,6 +3,7 @@
(define-runtime-module-path plai plai)
(define-runtime-module-path plai-reader plai/lang/reader)
(define-runtime-module-path runtime racket/runtime-config)
(parameterize ([read-accept-reader #t])
(namespace-require 'racket/base)