Skip to content

Commit 3d70acd

Browse files
committed
test: fix
1 parent 8d50e37 commit 3d70acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use std::{collections::BTreeSet, path::Path};
2929
#[cfg(windows)]
3030
fn test_path_join_absolute() {
3131
let path = std::path::PathBuf::from(".").join("C:\\");
32-
dbg!(path);
32+
dbg!(&path);
3333
assert_eq!(path, std::path::PathBuf::from("C:\\"));
3434
}
3535

0 commit comments

Comments
 (0)