Loading...
tests/bounded_array_ref_src/operator.subscript.cpp xnu-8019.61.5 xnu-11215.41.3
--- xnu/xnu-8019.61.5/tests/bounded_array_ref_src/operator.subscript.cpp
+++ xnu/xnu-11215.41.3/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>();
 }