0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00

chore(test): fix test_collect_specifiers windows path to specifier code (#15072)

This commit is contained in:
Roj 2022-07-04 21:28:41 +03:00 committed by David Sherret
parent f62ce06263
commit 13757b9c9e

View file

@ -721,7 +721,7 @@ mod tests {
.join("child")
.to_str()
.unwrap()
.replace('/', "\\")
.replace('\\', "/")
)],
&[],
predicate,