Skip to content

Commit d57347a

Browse files
committed
ignore changed constants in test for now
1 parent d377b52 commit d57347a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ fn test_apple(target: &str) {
199199
"SF_SETTABLE" => true,
200200
// FIXME: the value has been changed since Catalina (VM_FLAGS_RESILIENT_MEDIA is also contained now).
201201
"VM_FLAGS_USER_REMAP" => true,
202+
// FIXME: the values have been changed since Big Sur
203+
"HW_TARGET" | "HW_PRODUCT" | "HW_MAXID" => true,
202204
_ => false,
203205
}
204206
});

0 commit comments

Comments
 (0)