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