Loading...
--- xnu/xnu-12377.101.15/tests/os_atomic.cpp
+++ xnu/xnu-10063.121.3/tests/os_atomic.cpp
@@ -6,7 +6,7 @@
T_META_CHECK_LEAKS(false)
);
-T_DECL(os_atomic, "Just to make sure things build at all in c++ mode", T_META_TAG_VM_PREFERRED)
+T_DECL(os_atomic, "Just to make sure things build at all in c++ mode")
{
static os_atomic(int) i;
static volatile int v_i = 0;