Loading...
--- xnu/xnu-12377.101.15/tests/intrusive_shared_ptr_src/get.cpp
+++ xnu/xnu-8019.41.5/tests/intrusive_shared_ptr_src/get.cpp
@@ -44,7 +44,7 @@
static_assert(!can_call_get_on_temporary<T>(int{}), "");
}
-T_DECL(get, "intrusive_shared_ptr.get", T_META_TAG_VM_PREFERRED) {
+T_DECL(get, "intrusive_shared_ptr.get") {
tests<T>();
tests<T const>();
}