Loading...
tests/bounded_ptr_src/operator_bool.cpp xnu-12377.101.15 xnu-8796.141.3
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/operator_bool.cpp
+++ xnu/xnu-8796.141.3/tests/bounded_ptr_src/operator_bool.cpp
@@ -34,7 +34,7 @@
 	}
 }
 
-T_DECL(operator_bool, "bounded_ptr.operator.bool", T_META_TAG_VM_PREFERRED) {
+T_DECL(operator_bool, "bounded_ptr.operator.bool") {
 	tests<T>();
 	tests<T const>();
 	tests<T volatile>();