Skip to content

Commit

Permalink
Update test suite to nightly-2023-12-21
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 21, 2023
1 parent 6dcf8ab commit f1b463e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_size.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ fn test_pat_size() {
assert_eq!(mem::size_of::<Pat>(), 184);
}

#[rustversion::attr(before(2022-09-09), ignore)]
#[rustversion::attr(before(2023-12-20), ignore)]
#[test]
fn test_lit_size() {
assert_eq!(mem::size_of::<Lit>(), 32);
assert_eq!(mem::size_of::<Lit>(), 24);
}

0 comments on commit f1b463e

Please sign in to comment.