Skip to content

Commit 9de0ae0

Browse files
committed
Fix accidental duplicate assertion meant to test bs_absolute
1 parent 695f825 commit 9de0ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-fs/tests/stack/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn path_join_handling() {
4242
);
4343
let bs_absolute = p("\\absolute");
4444
assert!(
45-
absolute.is_relative(),
45+
bs_absolute.is_relative(),
4646
"on Windows, strange single-backslash paths are relative (and relative to the current drive)"
4747
);
4848
assert_eq!(

0 commit comments

Comments
 (0)