Loading...
tests/intrusive_shared_ptr_src/cast.static.cpp xnu-12377.101.15 xnu-8792.61.2
--- xnu/xnu-12377.101.15/tests/intrusive_shared_ptr_src/cast.static.cpp
+++ xnu/xnu-8792.61.2/tests/intrusive_shared_ptr_src/cast.static.cpp
@@ -69,7 +69,7 @@
 	}
 }
 
-T_DECL(cast_static, "intrusive_shared_ptr.cast.static", T_META_TAG_VM_PREFERRED) {
+T_DECL(cast_static, "intrusive_shared_ptr.cast.static") {
 	tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Base>();
 	tests</*stored*/ Derived, /*from*/ Derived const, /*to*/ Base const>();