diff options
author | Roj <ez@roj.im> | 2022-07-04 21:28:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 14:28:41 -0400 |
commit | 691d67b3ed788e30b17600d1dc472ecfa83b6585 (patch) | |
tree | 3b8174a77fb53c6d7e877ce268a955c0cce9df30 | |
parent | 93c03fffc49901e425a989cad801b492230273d8 (diff) |
chore(test): fix `test_collect_specifiers` windows path to specifier code (#15072)
-rw-r--r-- | cli/fs_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/fs_util.rs b/cli/fs_util.rs index fd7ecbea6..53406351b 100644 --- a/cli/fs_util.rs +++ b/cli/fs_util.rs @@ -721,7 +721,7 @@ mod tests { .join("child") .to_str() .unwrap() - .replace('/', "\\") + .replace('\\', "/") )], &[], predicate, |