Fix cfg on test_systemtime_overflow
This commit is contained in:
parent
cc865ac523
commit
20306f493a
@ -1524,7 +1524,7 @@ fn test_systemtime_overflow_struct() {
|
||||
);
|
||||
}
|
||||
|
||||
#[cfg(systemtime_checked_add)]
|
||||
#[cfg(not(no_systemtime_checked_add))]
|
||||
#[test]
|
||||
fn test_systemtime_overflow() {
|
||||
assert_de_tokens_error::<SystemTime>(
|
||||
|
Loading…
Reference in New Issue
Block a user