Loading...
tests/bounded_ptr_src/subscript.cpp xnu-12377.101.15 xnu-8019.61.5
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/subscript.cpp
+++ xnu/xnu-8019.61.5/tests/bounded_ptr_src/subscript.cpp
@@ -237,7 +237,7 @@
 	}
 }
 
-T_DECL(subscript, "bounded_ptr.subscript", T_META_TAG_VM_PREFERRED) {
+T_DECL(subscript, "bounded_ptr.subscript") {
 	tests<T, T>();
 	tests<T, T const>();
 	tests<T, T volatile>();