Use build-path in collapse-module-path a test.
Fixes the test failure triggered in racket#3563. The PR racket#3563 runs `tests/syntax` on Windows.
This commit is contained in:
parent
bcfbf2249e
commit
4dbe089615
|
@ -145,7 +145,7 @@
|
|||
"x/banana.rkt")
|
||||
(check (collapse-module-path-index dirrel
|
||||
here)
|
||||
(build-path here-dir "x/banana.rkt"))
|
||||
(build-path here-dir "x" "banana.rkt"))
|
||||
|
||||
(define rel-dirrel (module-path-index-join
|
||||
"apple.rkt"
|
||||
|
|
Loading…
Reference in New Issue
Block a user