Another couple "racket-test-core" fixes.
This commit is contained in:
parent
a59ad8b929
commit
12c6b2347b
|
@ -34,7 +34,6 @@
|
||||||
(load-in-sandbox "resource.rktl")
|
(load-in-sandbox "resource.rktl")
|
||||||
(load-in-sandbox "syntaxlibs.rktl")
|
(load-in-sandbox "syntaxlibs.rktl")
|
||||||
(load-in-sandbox "subprocess.rktl")
|
(load-in-sandbox "subprocess.rktl")
|
||||||
(load-in-sandbox "char-set.rktl")
|
|
||||||
(load-in-sandbox "bytes.rktl")
|
(load-in-sandbox "bytes.rktl")
|
||||||
(load-in-sandbox "trace.rktl")
|
(load-in-sandbox "trace.rktl")
|
||||||
(load-in-sandbox "trait.rktl")
|
(load-in-sandbox "trait.rktl")
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
(Section 'cm)
|
(Section 'cm)
|
||||||
|
|
||||||
(require compiler/cm
|
(require compiler/cm
|
||||||
scheme/file)
|
racket/file)
|
||||||
|
|
||||||
(define dir (build-path (find-system-path 'temp-dir)
|
(define dir (build-path (find-system-path 'temp-dir)
|
||||||
"plt-cm-test"))
|
"plt-cm-test"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user