Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2680)

Unified Diff: base/allocator/malloc_zone_functions_mac_unittest.cc

Issue 2727463002: mac: Several minor fixes to allocator shim. (Closed)
Patch Set: more compile error. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/allocator/malloc_zone_functions_mac.cc ('k') | base/debug/thread_heap_usage_tracker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « base/allocator/malloc_zone_functions_mac.cc ('k') | base/debug/thread_heap_usage_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698