Loading...
tests/bounded_ptr_src/ctor.convert.cpp xnu-12377.101.15 xnu-10063.121.3
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/ctor.convert.cpp
+++ xnu/xnu-10063.121.3/tests/bounded_ptr_src/ctor.convert.cpp
@@ -92,7 +92,7 @@
 	}
 }
 
-T_DECL(ctor_convert, "bounded_ptr.ctor.convert", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_convert, "bounded_ptr.ctor.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>();