Loading...
tests/bounded_array_ref_src/ctor.bounded_array.cpp xnu-8792.81.2 xnu-12377.61.12
--- xnu/xnu-8792.81.2/tests/bounded_array_ref_src/ctor.bounded_array.cpp
+++ xnu/xnu-12377.61.12/tests/bounded_array_ref_src/ctor.bounded_array.cpp
@@ -64,6 +64,6 @@
 	}
 }
 
-T_DECL(ctor_bounded_array, "bounded_array_ref.ctor.bounded_array") {
+T_DECL(ctor_bounded_array, "bounded_array_ref.ctor.bounded_array", T_META_TAG_VM_PREFERRED) {
 	tests<T>();
 }