Loading...
tests/bounded_ptr_src/example.malloc.cpp xnu-12377.101.15 xnu-7195.60.75
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/example.malloc.cpp
+++ xnu/xnu-7195.60.75/tests/bounded_ptr_src/example.malloc.cpp
@@ -49,7 +49,7 @@
 	}
 }
 
-T_DECL(example_malloc, "bounded_ptr.example.malloc", T_META_TAG_VM_PREFERRED) {
+T_DECL(example_malloc, "bounded_ptr.example.malloc") {
 	test_bounded_ptr<SomeType> array = nullptr;
 	std::uint32_t count = 100;
 	std::uint32_t alloc_size = count * sizeof(SomeType);