Loading...
tests/bounded_array_ref_src/ctor.default.cpp xnu-12377.101.15 xnu-8796.101.5
--- xnu/xnu-12377.101.15/tests/bounded_array_ref_src/ctor.default.cpp
+++ xnu/xnu-8796.101.5/tests/bounded_array_ref_src/ctor.default.cpp
@@ -31,7 +31,7 @@
 	}
 }
 
-T_DECL(ctor_default, "bounded_array_ref.ctor.default", T_META_TAG_VM_PREFERRED) {
+T_DECL(ctor_default, "bounded_array_ref.ctor.default") {
 	tests<T>();
 	tests<T const>();
 }