Skip to content

Commit a7fd8a7

Browse files
committed
ignore __v field of __darwin_arm_neon_state64 in tests
1 parent 2ec0e61 commit a7fd8a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ fn test_apple(target: &str) {
220220
match (struct_, field) {
221221
// FIXME: the array size has been changed since macOS 10.15 ([8] -> [7]).
222222
("statfs", "f_reserved") => true,
223+
("__darwin_arm_neon_state64", "__v") => true,
223224
_ => false,
224225
}
225226
});

0 commit comments

Comments
 (0)