Loading...
tests/bounded_array_ref_src/size.cpp xnu-12377.101.15 xnu-10002.41.9
--- xnu/xnu-12377.101.15/tests/bounded_array_ref_src/size.cpp
+++ xnu/xnu-10002.41.9/tests/bounded_array_ref_src/size.cpp
@@ -39,7 +39,7 @@
 	}
 }
 
-T_DECL(size, "bounded_array_ref.size", T_META_TAG_VM_PREFERRED) {
+T_DECL(size, "bounded_array_ref.size") {
 	tests<T>();
 	tests<T const>();
 }