Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Dec 4, 2023
1 parent d9a0e94 commit 6fcaf44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ fn check_struct_sizes() {
return;
}

assert_eq!(size_of::<Scope>(), 72);
assert_eq!(size_of::<Scope>(), 24);
assert_eq!(
size_of::<FnPtr>(),
48 - if cfg!(feature = "no_function") {
32 - if cfg!(feature = "no_function") {
WORD_SIZE
} else {
0
Expand Down

0 comments on commit 6fcaf44

Please sign in to comment.