Loading...
tests/safe_allocation_src/assign.nullptr.cpp xnu-12377.101.15 xnu-10002.41.9
--- xnu/xnu-12377.101.15/tests/safe_allocation_src/assign.nullptr.cpp
+++ xnu/xnu-10002.41.9/tests/safe_allocation_src/assign.nullptr.cpp
@@ -40,7 +40,7 @@
 	}
 }
 
-T_DECL(assign_nullptr, "safe_allocation.assign.nullptr", T_META_TAG_VM_PREFERRED) {
+T_DECL(assign_nullptr, "safe_allocation.assign.nullptr") {
 	tests<T>();
 	tests<T const>();
 }