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