Loading...
tests/intrusive_shared_ptr_src/cast.static.cpp xnu-12377.121.6 xnu-8792.41.9
--- xnu/xnu-12377.121.6/tests/intrusive_shared_ptr_src/cast.static.cpp
+++ xnu/xnu-8792.41.9/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>();