Loading...
tests/intrusive_shared_ptr_src/operator.bool.cpp xnu-10002.1.13 xnu-11215.41.3
--- xnu/xnu-10002.1.13/tests/intrusive_shared_ptr_src/operator.bool.cpp
+++ xnu/xnu-11215.41.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_DECL(operator_bool, "intrusive_shared_ptr.operator.bool", T_META_TAG_VM_PREFERRED) {
 	tests<T>();
 	tests<T const>();
 }