Loading...
tests/bounded_ptr_src/arith.difference.cpp xnu-12377.101.15 xnu-10002.1.13
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/arith.difference.cpp
+++ xnu/xnu-10002.1.13/tests/bounded_ptr_src/arith.difference.cpp
@@ -114,7 +114,7 @@
 	}
 }
 
-T_DECL(arith_difference, "bounded_ptr.arith.difference", T_META_TAG_VM_PREFERRED) {
+T_DECL(arith_difference, "bounded_ptr.arith.difference") {
 	tests<T, T, T>();
 	tests<T, T, T const>();
 	tests<T, T const, T>();