Loading...
tests/bounded_array_src/operator.subscript.cpp xnu-11215.81.4 xnu-8019.61.5
--- xnu/xnu-11215.81.4/tests/bounded_array_src/operator.subscript.cpp
+++ xnu/xnu-8019.61.5/tests/bounded_array_src/operator.subscript.cpp
@@ -51,6 +51,6 @@
 	}
 }
 
-T_DECL(operator_subscript, "bounded_array.operator.subscript", T_META_TAG_VM_PREFERRED) {
+T_DECL(operator_subscript, "bounded_array.operator.subscript") {
 	tests<T>();
 }