Loading...
tests/bounded_array_src/for_loop.cpp xnu-11215.41.3 xnu-8019.61.5
--- xnu/xnu-11215.41.3/tests/bounded_array_src/for_loop.cpp
+++ xnu/xnu-8019.61.5/tests/bounded_array_src/for_loop.cpp
@@ -24,6 +24,6 @@
 	}
 }
 
-T_DECL(for_loop, "bounded_array.for_loop", T_META_TAG_VM_PREFERRED) {
+T_DECL(for_loop, "bounded_array.for_loop") {
 	tests<T>();
 }