| Index: base/allocator/malloc_zone_functions_mac_unittest.cc
|
| diff --git a/base/allocator/malloc_zone_functions_mac_unittest.cc b/base/allocator/malloc_zone_functions_mac_unittest.cc
|
| index ad638fcbcb716b3e9f763e15e2373dd3ac69d8ec..09aa429362475115a08d2801ac3d6738af822070 100644
|
| --- a/base/allocator/malloc_zone_functions_mac_unittest.cc
|
| +++ b/base/allocator/malloc_zone_functions_mac_unittest.cc
|
| @@ -10,7 +10,7 @@ namespace allocator {
|
|
|
| class MallocZoneFunctionsTest : public testing::Test {
|
| protected:
|
| - void SetUp() override { ClearAllMallocZonesForTesting(); }
|
| + void TearDown() override { ClearAllMallocZonesForTesting(); }
|
| };
|
|
|
| TEST_F(MallocZoneFunctionsTest, TestDefaultZoneMallocFree) {
|
|
|