Loading...
tests/bounded_ptr_src/reinterpret_cast.cpp xnu-12377.121.6 xnu-8796.121.2
--- xnu/xnu-12377.121.6/tests/bounded_ptr_src/reinterpret_cast.cpp
+++ xnu/xnu-8796.121.2/tests/bounded_ptr_src/reinterpret_cast.cpp
@@ -63,7 +63,7 @@
 	}
 }
 
-T_DECL(reinterpret_cast_, "bounded_ptr.reinterpret_cast", T_META_TAG_VM_PREFERRED) {
+T_DECL(reinterpret_cast_, "bounded_ptr.reinterpret_cast") {
 	tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Base>();
 	tests</*stored*/ Derived, /*from*/ Derived const, /*to*/ Base const>();
 	tests</*stored*/ Derived, /*from*/ Derived volatile, /*to*/ Base volatile>();