Loading...
tests/intrusive_shared_ptr_src/detach.cpp xnu-12377.121.6 xnu-8792.61.2
--- xnu/xnu-12377.121.6/tests/intrusive_shared_ptr_src/detach.cpp
+++ xnu/xnu-8792.61.2/tests/intrusive_shared_ptr_src/detach.cpp
@@ -26,7 +26,7 @@
 	CHECK(tracking_policy::releases == 0);
 }
 
-T_DECL(detach, "intrusive_shared_ptr.detach", T_META_TAG_VM_PREFERRED) {
+T_DECL(detach, "intrusive_shared_ptr.detach") {
 	tests<T>();
 	tests<T const>();
 }