Loading...
tests/safe_allocation_src/operator.subscript.cpp xnu-12377.101.15 xnu-8019.61.5
--- xnu/xnu-12377.101.15/tests/safe_allocation_src/operator.subscript.cpp
+++ xnu/xnu-8019.61.5/tests/safe_allocation_src/operator.subscript.cpp
@@ -78,7 +78,7 @@
 	}
 }
 
-T_DECL(operator_subscript, "safe_allocation.operator.subscript", T_META_TAG_VM_PREFERRED) {
+T_DECL(operator_subscript, "safe_allocation.operator.subscript") {
 	tests<T, T>();
 	tests<T, T const>();
 }