Loading...
tests/bounded_array_src/operator.subscript.cpp xnu-8019.80.24 xnu-11417.101.15
--- xnu/xnu-8019.80.24/tests/bounded_array_src/operator.subscript.cpp
+++ xnu/xnu-11417.101.15/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>();
 }