Loading...
tests/intrusive_shared_ptr_src/assign.move.cpp xnu-12377.121.6 xnu-8792.81.2
--- xnu/xnu-12377.121.6/tests/intrusive_shared_ptr_src/assign.move.cpp
+++ xnu/xnu-8792.81.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>();