mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
touch: add underscores to long number in test
This commit is contained in:
parent
d5588a28a5
commit
c95bf0a116
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…
Reference in a new issue