diff options
| author | K900 <me@0upti.me> | 2023-02-10 10:24:47 +0300 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2023-02-10 10:24:47 +0300 |
| commit | 153c918e9f3a8486ba87399eff43e5b38b39b714 (patch) | |
| tree | 1d3975b9336593693cde885459172e06b850de52 /scripts/native-utils/src/split_path.rs | |
| parent | acf8ecb3ca21d0dfdea644838678af27cc889d66 (diff) | |
feat: run native-utils tests and rustfmt in CI
Diffstat (limited to 'scripts/native-utils/src/split_path.rs')
| -rw-r--r-- | scripts/native-utils/src/split_path.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/native-utils/src/split_path.rs b/scripts/native-utils/src/split_path.rs index 097863b..16063ab 100644 --- a/scripts/native-utils/src/split_path.rs +++ b/scripts/native-utils/src/split_path.rs @@ -109,11 +109,7 @@ mod tests { #[test] fn exactly_one() { assert_eq!( - do_split_paths( - &OsString::from("/good/foo"), - Path::new("/bad"), - true - ), + do_split_paths(&OsString::from("/good/foo"), Path::new("/bad"), true), OsString::from("export PATH='/good/foo'\nexport WSLPATH=''\n") ); } |
