Loading...
tests/intrusive_shared_ptr_src/ctor.move.cpp xnu-12377.121.6 xnu-7195.121.3
--- xnu/xnu-12377.121.6/tests/intrusive_shared_ptr_src/ctor.move.cpp
+++ xnu/xnu-7195.121.3/tests/intrusive_shared_ptr_src/ctor.move.cpp
@@ -78,7 +78,7 @@
 	}
 }
 
-T_DECL(ctor_move, "intrusive_shared_ptr.ctor.move", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_move, "intrusive_shared_ptr.ctor.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>();