Loading...
tests/bounded_array_ref_src/ctor.begin_end.cpp xnu-12377.101.15 xnu-8019.61.5
--- xnu/xnu-12377.101.15/tests/bounded_array_ref_src/ctor.begin_end.cpp
+++ xnu/xnu-8019.61.5/tests/bounded_array_ref_src/ctor.begin_end.cpp
@@ -74,7 +74,7 @@
 	}
 }
 
-T_DECL(ctor_begin_end, "bounded_array_ref.ctor.begin_end", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_begin_end, "bounded_array_ref.ctor.begin_end") {
 	tests<T>();
 	tests<T const>();
 }