Skip to content

Commit 20306f4

Browse files
committed
Fix cfg on test_systemtime_overflow
1 parent cc865ac commit 20306f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_suite/tests/test_de_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ fn test_systemtime_overflow_struct() {
15241524
);
15251525
}
15261526

1527-
#[cfg(systemtime_checked_add)]
1527+
#[cfg(not(no_systemtime_checked_add))]
15281528
#[test]
15291529
fn test_systemtime_overflow() {
15301530
assert_de_tokens_error::<SystemTime>(

0 commit comments

Comments
 (0)