Another couple "racket-test-core" fixes.

This commit is contained in:
Sam Tobin-Hochstadt 2014-12-18 16:32:02 -05:00
parent a59ad8b929
commit 12c6b2347b
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@
(load-in-sandbox "resource.rktl")
(load-in-sandbox "syntaxlibs.rktl")
(load-in-sandbox "subprocess.rktl")
(load-in-sandbox "char-set.rktl")
(load-in-sandbox "bytes.rktl")
(load-in-sandbox "trace.rktl")
(load-in-sandbox "trait.rktl")

View File

@ -4,7 +4,7 @@
(Section 'cm)
(require compiler/cm
scheme/file)
racket/file)
(define dir (build-path (find-system-path 'temp-dir)
"plt-cm-test"))