Loading...
tests/bounded_array_src/ctor.default.cpp xnu-10002.1.13 xnu-11215.61.5
--- xnu/xnu-10002.1.13/tests/bounded_array_src/ctor.default.cpp
+++ xnu/xnu-11215.61.5/tests/bounded_array_src/ctor.default.cpp
@@ -64,6 +64,6 @@
 	}
 }
 
-T_DECL(ctor_default, "bounded_array.ctor.default") {
+T_DECL(ctor_default, "bounded_array.ctor.default", T_META_TAG_VM_PREFERRED) {
 	tests<T>();
 }