Loading...
tests/bounded_array_ref_src/operator.bool.cpp xnu-11215.61.5 xnu-8792.61.2
--- xnu/xnu-11215.61.5/tests/bounded_array_ref_src/operator.bool.cpp
+++ xnu/xnu-8792.61.2/tests/bounded_array_ref_src/operator.bool.cpp
@@ -32,7 +32,7 @@
 	}
 }
 
-T_DECL(operator_bool, "bounded_array_ref.operator.bool", T_META_TAG_VM_PREFERRED) {
+T_DECL(operator_bool, "bounded_array_ref.operator.bool") {
 	tests<T>();
 	tests<T const>();
 }