Skip to content

Commit e9eabeb

Browse files
committed
Narrow assert_architectures fixme to just what's left
1 parent 671c476 commit e9eabeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-path/src/env/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ mod tests {
370370
// Check that `ALTERNATIVE_LOCATIONS` correspond to them, with the correct subdirectories.
371371
GitBinSuffixes::assert_from(&pf, locations).assert_architectures();
372372

373-
// FIXME: Assert the other relationships between pf values and ALTERNATIVE_LOCATIONS contents!
373+
// FIXME: Assert that the directory separators are `/` in the underlying `OsString`s.
374374
}
375375

376376
#[test]

0 commit comments

Comments
 (0)