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