mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #4577 from cakebaker/clippy_fix_long_literal_lacking_separators
touch: add underscores to long number in test
This commit is contained in:
commit
0f497660c8
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ fn test_touch_set_date5() {
|
|||
// Slightly different result on Windows for nano seconds
|
||||
// TODO: investigate
|
||||
#[cfg(windows)]
|
||||
let expected = FileTime::from_unix_time(67413, 23456700);
|
||||
let expected = FileTime::from_unix_time(67413, 23_456_700);
|
||||
#[cfg(not(windows))]
|
||||
let expected = FileTime::from_unix_time(67413, 23_456_789);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue