Skip to content

test_size_of fails on mac aarch64 #212

@scsmithr

Description

@scsmithr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions