mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
split: fix clippy warning in test
This commit is contained in:
parent
f0923094d2
commit
8920ac0123
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ fn test_short_combination() {
|
|||
assert_eq!(at.read("x00"), "a");
|
||||
assert_eq!(at.read("x01"), "b");
|
||||
assert_eq!(at.read("x02"), "c");
|
||||
assert_eq!(at.file_exists("x03"), false);
|
||||
assert!(!at.file_exists("x03"));
|
||||
}
|
||||
|
||||
/// Test for the last effective suffix, ignoring all others - numeric long last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue