Fix data size.
This commit is contained in:
parent
2a5ef0bee1
commit
8904b19015
@ -41,7 +41,7 @@ fn check_struct_sizes() {
|
||||
size_of::<ParseError>(),
|
||||
if cfg!(feature = "no_position") { 8 } else { 16 }
|
||||
);
|
||||
assert_eq!(size_of::<EvalAltResult>(), 72);
|
||||
assert_eq!(size_of::<EvalAltResult>(), 64);
|
||||
assert_eq!(
|
||||
size_of::<NativeCallContext>(),
|
||||
if cfg!(feature = "no_position") {
|
||||
|
Loading…
Reference in New Issue
Block a user