Loading...
tests/safe_allocation_src/ctor.default.cpp xnu-12377.101.15 xnu-8020.140.41
--- xnu/xnu-12377.101.15/tests/safe_allocation_src/ctor.default.cpp
+++ xnu/xnu-8020.140.41/tests/safe_allocation_src/ctor.default.cpp
@@ -35,7 +35,7 @@
 	}
 }
 
-T_DECL(ctor_default, "safe_allocation.ctor.default", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_default, "safe_allocation.ctor.default") {
 	tests<T>();
 	tests<T const>();
 }