Loading...
tests/safe_allocation_src/swap.cpp xnu-12377.121.6 xnu-7195.121.3
--- xnu/xnu-12377.121.6/tests/safe_allocation_src/swap.cpp
+++ xnu/xnu-7195.121.3/tests/safe_allocation_src/swap.cpp
@@ -98,7 +98,7 @@
 	}
 }
 
-T_DECL(swap, "safe_allocation.swap", T_META_TAG_VM_PREFERRED) {
+T_DECL(swap, "safe_allocation.swap") {
 	tests<T>();
 	tests<T const>();
 }