Loading...
tests/bounded_ptr_src/ctor.nullptr.cpp xnu-12377.101.15 xnu-8019.61.5
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/ctor.nullptr.cpp
+++ xnu/xnu-8019.61.5/tests/bounded_ptr_src/ctor.nullptr.cpp
@@ -89,7 +89,7 @@
 	}
 }
 
-T_DECL(ctor_nullptr, "bounded_ptr.ctor.nullptr", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_nullptr, "bounded_ptr.ctor.nullptr") {
 	tests<T>();
 	tests<T const>();
 	tests<T volatile>();