Loading...
tests/safe_allocation_src/ctor.nullptr.cpp xnu-12377.101.15 xnu-8796.121.2
--- xnu/xnu-12377.101.15/tests/safe_allocation_src/ctor.nullptr.cpp
+++ xnu/xnu-8796.121.2/tests/safe_allocation_src/ctor.nullptr.cpp
@@ -43,7 +43,7 @@
 	}
 }
 
-T_DECL(ctor_nullptr, "safe_allocation.ctor.nullptr", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_nullptr, "safe_allocation.ctor.nullptr") {
 	tests<T>();
 	tests<T const>();
 }