| Index: base/process/memory_unittest.cc
|
| diff --git a/base/process/memory_unittest.cc b/base/process/memory_unittest.cc
|
| index 535d2c4241c055fce9e8a48f877a2fe196e48ff3..ca6a1126184fef8b37138521e8343a3d26a7cfed 100644
|
| --- a/base/process/memory_unittest.cc
|
| +++ b/base/process/memory_unittest.cc
|
| @@ -104,8 +104,7 @@ TEST(MemoryTest, AllocatorShimWorking) {
|
| // OpenBSD does not support these tests. Don't test these on ASan/TSan/MSan
|
| // configurations: only test the real allocator.
|
| // Windows only supports these tests with the allocator shim in place.
|
| -#if !defined(OS_OPENBSD) && \
|
| - BUILDFLAG(ENABLE_WIN_ALLOCATOR_SHIM_TESTS) && \
|
| +#if !defined(OS_OPENBSD) && BUILDFLAG(USE_ALLOCATOR_SHIM) && \
|
| !defined(MEMORY_TOOL_REPLACES_ALLOCATOR)
|
|
|
| namespace {
|
|
|