Loading...
tests/bounded_ptr_src/subscript.cpp xnu-8792.81.2 xnu-12377.121.6
--- xnu/xnu-8792.81.2/tests/bounded_ptr_src/subscript.cpp
+++ xnu/xnu-12377.121.6/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>();