Loading...
tests/intrusive_shared_ptr_src/ctor.copy.cpp xnu-12377.121.6 xnu-8796.121.2
--- xnu/xnu-12377.121.6/tests/intrusive_shared_ptr_src/ctor.copy.cpp
+++ xnu/xnu-8796.121.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>();