Loading...
tests/safe_allocation_src/ctor.allocate_zero.cpp xnu-12377.121.6 xnu-10002.41.9
--- xnu/xnu-12377.121.6/tests/safe_allocation_src/ctor.allocate_zero.cpp
+++ xnu/xnu-10002.41.9/tests/safe_allocation_src/ctor.allocate_zero.cpp
@@ -30,7 +30,7 @@
 	}
 }
 
-T_DECL(ctor_allocate_zero, "safe_allocation.ctor.allocate_zero", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_allocate_zero, "safe_allocation.ctor.allocate_zero") {
 	tests<T>();
 	tests<T const>();
 	tests<int>();