Loading...
tests/safe_allocation_src/operator.bool.cpp xnu-12377.101.15 xnu-8796.121.2
--- xnu/xnu-12377.101.15/tests/safe_allocation_src/operator.bool.cpp
+++ xnu/xnu-8796.121.2/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>();
 }