Loading...
tests/safe_allocation_src/operator.subscript.cpp xnu-10002.1.13 xnu-11215.41.3
--- xnu/xnu-10002.1.13/tests/safe_allocation_src/operator.subscript.cpp
+++ xnu/xnu-11215.41.3/tests/safe_allocation_src/operator.subscript.cpp
@@ -78,7 +78,7 @@
 	}
 }
 
-T_DECL(operator_subscript, "safe_allocation.operator.subscript") {
+T_DECL(operator_subscript, "safe_allocation.operator.subscript", T_META_TAG_VM_PREFERRED) {
 	tests<T, T>();
 	tests<T, T const>();
 }