Loading...
--- xnu/xnu-12377.121.6/tests/intrusive_shared_ptr_src/assign.move.cpp
+++ xnu/xnu-8796.121.2/tests/intrusive_shared_ptr_src/assign.move.cpp
@@ -85,7 +85,7 @@
}
}
-T_DECL(assign_move, "intrusive_shared_ptr.assign.move", T_META_TAG_VM_PREFERRED) {
+T_DECL(assign_move, "intrusive_shared_ptr.assign.move") {
tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Derived>();
tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Derived const>();
tests</*stored*/ Derived, /*from*/ Derived const, /*to*/ Derived const>();