Loading...
--- xnu/xnu-12377.101.15/tests/test_static_binary_csflags.c
+++ xnu/xnu-8019.41.5/tests/test_static_binary_csflags.c
@@ -9,7 +9,7 @@
T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
T_DECL(static_binary,
- "Verify that static binaries have CS_NO_UNTRUSTED_HELPERS set", T_META_TAG_VM_PREFERRED) {
+ "Verify that static binaries have CS_NO_UNTRUSTED_HELPERS set") {
int ret;
pid_t pid;
char *launch_argv[] = {"./static_binary", NULL};