Loading...
tests/bounded_ptr_src/deref.cpp xnu-12377.101.15 xnu-8019.80.24
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/deref.cpp
+++ xnu/xnu-8019.80.24/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>();