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:
shhyou 2020-12-15 18:25:16 -06:00 committed by Sam Tobin-Hochstadt
parent bcfbf2249e
commit 4dbe089615

View File

@ -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"