From 153c918e9f3a8486ba87399eff43e5b38b39b714 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 10 Feb 2023 10:24:47 +0300 Subject: feat: run native-utils tests and rustfmt in CI --- scripts/native-utils/src/split_path.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'scripts/native-utils/src') 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") ); } -- cgit v1.2.3