Loading...
tests/bounded_ptr_src/deref.cpp xnu-12377.101.15 xnu-8792.81.2
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/deref.cpp
+++ xnu/xnu-8792.81.2/tests/bounded_ptr_src/deref.cpp
@@ -156,7 +156,7 @@
 	}
 }
 
-T_DECL(deref, "bounded_ptr.deref", T_META_TAG_VM_PREFERRED) {
+T_DECL(deref, "bounded_ptr.deref") {
 	tests<T, T>();
 	tests<T, T const>();
 	tests<T, T volatile>();