Loading...
tests/intrusive_shared_ptr_src/assign.copy.cpp xnu-12377.121.6 xnu-8792.61.2
--- xnu/xnu-12377.121.6/tests/intrusive_shared_ptr_src/assign.copy.cpp
+++ xnu/xnu-8792.61.2/tests/intrusive_shared_ptr_src/assign.copy.cpp
@@ -84,7 +84,7 @@
 	}
 }
 
-T_DECL(assign_copy, "intrusive_shared_ptr.assign.copy", T_META_TAG_VM_PREFERRED) {
+T_DECL(assign_copy, "intrusive_shared_ptr.assign.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>();