| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index da30c1cde25a5fc8627cc051ecc6dbeb1a5cc55a..574216fa9dbf0cdae21e50d44d796dd4467a2e15 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -2568,7 +2568,7 @@ TEST(TrackHeapAllocationsWithInlining) {
|
| const char* names[] = {"", "start", "f_0_0"};
|
| AllocationTraceNode* node = FindNode(tracker, ArrayVector(names));
|
| CHECK(node);
|
| - CHECK_GE(node->allocation_count(), 12u);
|
| + CHECK_GE(node->allocation_count(), 10u);
|
| CHECK_GE(node->allocation_size(), 4 * node->allocation_count());
|
| heap_profiler->StopTrackingHeapObjects();
|
| }
|
|
|