ignore __v field of __darwin_arm_neon_state64 in tests

This commit is contained in:
Benedikt Steinbusch 2021-01-01 01:49:49 +01:00
parent 2ec0e61663
commit a7fd8a7a6b
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ fn test_apple(target: &str) {
match (struct_, field) {
// FIXME: the array size has been changed since macOS 10.15 ([8] -> [7]).
("statfs", "f_reserved") => true,
("__darwin_arm_neon_state64", "__v") => true,
_ => false,
}
});