Loading...
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/assign.convert.cpp
+++ xnu/xnu-8792.41.9/tests/bounded_ptr_src/assign.convert.cpp
@@ -95,7 +95,7 @@
}
}
-T_DECL(assign_convert, "bounded_ptr.assign.convert", T_META_TAG_VM_PREFERRED) {
+T_DECL(assign_convert, "bounded_ptr.assign.convert") {
tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Derived>();
tests</*stored*/ Derived, /*from*/ Derived const, /*to*/ Derived const>();
tests</*stored*/ Derived, /*from*/ Derived volatile, /*to*/ Derived volatile>();