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:
parent
f62ce06263
commit
13757b9c9e
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ mod tests {
|
||||||
.join("child")
|
.join("child")
|
||||||
.to_str()
|
.to_str()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.replace('/', "\\")
|
.replace('\\', "/")
|
||||||
)],
|
)],
|
||||||
&[],
|
&[],
|
||||||
predicate,
|
predicate,
|
||||||
|
|
Loading…
Add table
Reference in a new issue