Loading...
tests/os_atomic.cpp xnu-12377.101.15 xnu-10002.41.9
--- xnu/xnu-12377.101.15/tests/os_atomic.cpp
+++ xnu/xnu-10002.41.9/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;