Loading...
tests/safe_allocation_src/ctor.copy.cpp xnu-12377.101.15 xnu-8796.121.2
--- xnu/xnu-12377.101.15/tests/safe_allocation_src/ctor.copy.cpp
+++ xnu/xnu-8796.121.2/tests/safe_allocation_src/ctor.copy.cpp
@@ -12,7 +12,7 @@
 	int i;
 };
 
-T_DECL(ctor_copy, "safe_allocation.ctor.copy", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_copy, "safe_allocation.ctor.copy") {
 	static_assert(!std::is_copy_constructible_v<test_safe_allocation<T> >);
 	T_PASS("safe_allocation.ctor.copy passed");
 }