Loading...
tests/bounded_array_src/operator.subscript.cpp xnu-12377.101.15 xnu-10002.41.9
--- xnu/xnu-12377.101.15/tests/bounded_array_src/operator.subscript.cpp
+++ xnu/xnu-10002.41.9/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>();
 }