Loading...
--- xnu/xnu-12377.101.15/tests/safe_allocation_src/operator.bool.cpp
+++ xnu/xnu-8019.80.24/tests/safe_allocation_src/operator.bool.cpp
@@ -36,7 +36,7 @@
static_assert(!std::is_convertible_v<test_safe_allocation<T>, bool>);
}
-T_DECL(operator_bool, "safe_allocation.operator.bool", T_META_TAG_VM_PREFERRED) {
+T_DECL(operator_bool, "safe_allocation.operator.bool") {
tests<T>();
tests<T const>();
}