1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -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 GitHub
parent 93c03fffc4
commit 691d67b3ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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