Loading...
tests/bounded_array_ref_src/ctor.raw_ptr.cpp xnu-12377.101.15 xnu-10002.61.3
--- xnu/xnu-12377.101.15/tests/bounded_array_ref_src/ctor.raw_ptr.cpp
+++ xnu/xnu-10002.61.3/tests/bounded_array_ref_src/ctor.raw_ptr.cpp
@@ -115,7 +115,7 @@
 	}
 }
 
-T_DECL(ctor_raw_ptr, "bounded_array_ref.ctor.raw_ptr", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_raw_ptr, "bounded_array_ref.ctor.raw_ptr") {
 	tests<T>();
 	tests<T const>();
 }