Loading...
tests/bounded_ptr_src/subscript.cpp xnu-10002.1.13 xnu-11215.41.3
--- xnu/xnu-10002.1.13/tests/bounded_ptr_src/subscript.cpp
+++ xnu/xnu-11215.41.3/tests/bounded_ptr_src/subscript.cpp
@@ -237,7 +237,7 @@
 	}
 }
 
-T_DECL(subscript, "bounded_ptr.subscript") {
+T_DECL(subscript, "bounded_ptr.subscript", T_META_TAG_VM_PREFERRED) {
 	tests<T, T>();
 	tests<T, T const>();
 	tests<T, T volatile>();