Loading...
tests/bounded_array_ref_src/operator.subscript.cpp xnu-7195.141.2 xnu-12377.41.6
--- xnu/xnu-7195.141.2/tests/bounded_array_ref_src/operator.subscript.cpp
+++ xnu/xnu-12377.41.6/tests/bounded_array_ref_src/operator.subscript.cpp
@@ -30,6 +30,6 @@
 	}
 }
 
-T_DECL(operator_subscript, "bounded_array_ref.operator.subscript") {
+T_DECL(operator_subscript, "bounded_array_ref.operator.subscript", T_META_TAG_VM_PREFERRED) {
 	tests<T>();
 }