Loading...
--- xnu/xnu-12377.121.6/tests/intrusive_shared_ptr_src/ctor.copy.cpp
+++ xnu/xnu-8792.81.2/tests/intrusive_shared_ptr_src/ctor.copy.cpp
@@ -64,7 +64,7 @@
}
}
-T_DECL(ctor_copy, "intrusive_shared_ptr.ctor.copy", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_copy, "intrusive_shared_ptr.ctor.copy") {
tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Derived>();
tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Derived const>();
tests</*stored*/ Derived, /*from*/ Derived const, /*to*/ Derived const>();