Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_size_of fails on mac aarch64 #212

Open
scsmithr opened this issue Jan 9, 2024 · 0 comments
Open

test_size_of fails on mac aarch64 #212

scsmithr opened this issue Jan 9, 2024 · 0 comments

Comments

@scsmithr
Copy link

scsmithr commented Jan 9, 2024

This one:

#[test]
fn test_size_of() {
use std::mem;
assert_eq!(56, mem::size_of::<[Value; 1]>());
}

Fails with:

---- types::value::test::test_size_of stdout ----
thread 'types::value::test::test_size_of' panicked at src/types/value.rs:809:9:
assertion `left == right` failed
  left: 56
 right: 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant