Loading...
tests/bounded_array_ref_src/ctor.default.cpp xnu-10002.1.13 xnu-11215.41.3
--- xnu/xnu-10002.1.13/tests/bounded_array_ref_src/ctor.default.cpp
+++ xnu/xnu-11215.41.3/tests/bounded_array_ref_src/ctor.default.cpp
@@ -31,7 +31,7 @@
 	}
 }
 
-T_DECL(ctor_default, "bounded_array_ref.ctor.default") {
+T_DECL(ctor_default, "bounded_array_ref.ctor.default", T_META_TAG_VM_PREFERRED) {
 	tests<T>();
 	tests<T const>();
 }