Loading...
tests/bounded_array_ref_src/operator.subscript.cpp xnu-11417.121.6 xnu-10063.141.1
--- xnu/xnu-11417.121.6/tests/bounded_array_ref_src/operator.subscript.cpp
+++ xnu/xnu-10063.141.1/tests/bounded_array_ref_src/operator.subscript.cpp
@@ -30,6 +30,6 @@
 	}
 }
 
-T_DECL(operator_subscript, "bounded_array_ref.operator.subscript", T_META_TAG_VM_PREFERRED) {
+T_DECL(operator_subscript, "bounded_array_ref.operator.subscript") {
 	tests<T>();
 }