Loading...
tests/bounded_array_src/operator.subscript.cpp xnu-8019.41.5 xnu-11215.41.3
--- xnu/xnu-8019.41.5/tests/bounded_array_src/operator.subscript.cpp
+++ xnu/xnu-11215.41.3/tests/bounded_array_src/operator.subscript.cpp
@@ -51,6 +51,6 @@
 	}
 }
 
-T_DECL(operator_subscript, "bounded_array.operator.subscript") {
+T_DECL(operator_subscript, "bounded_array.operator.subscript", T_META_TAG_VM_PREFERRED) {
 	tests<T>();
 }