Test fixes and rebase conflicts, round 3
This commit is contained in:
@@ -834,7 +834,7 @@ mod tests {
|
||||
fn split_paths_windows() {
|
||||
fn check_parse(unparsed: &str, parsed: &[&str]) -> bool {
|
||||
split_paths(unparsed).collect::<Vec<_>>() ==
|
||||
parsed.iter().map(|s| PathBuf::new(*s)).collect::<Vec<_>>()
|
||||
parsed.iter().map(|s| PathBuf::from(*s)).collect::<Vec<_>>()
|
||||
}
|
||||
|
||||
assert!(check_parse("", &mut [""]));
|
||||
|
||||
Reference in New Issue
Block a user