Loading...
--- xnu/xnu-12377.101.15/tests/intrusive_shared_ptr_src/operator.bool.cpp
+++ xnu/xnu-10063.121.3/tests/intrusive_shared_ptr_src/operator.bool.cpp
@@ -39,7 +39,7 @@
static_assert(!std::is_convertible_v<test_shared_ptr<T>, bool>);
}
-T_DECL(operator_bool, "intrusive_shared_ptr.operator.bool", T_META_TAG_VM_PREFERRED) {
+T_DECL(operator_bool, "intrusive_shared_ptr.operator.bool") {
tests<T>();
tests<T const>();
}