Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index 767c5cd4b4670d3231400ca268c5261eef401809..86cd8b1e3e07395142da70809b66874a6ecd8fce 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -705,7 +705,6 @@ TEST(HeapSnapshotAddressReuse) { |
CcTest::heap()->CollectAllGarbage(); |
const v8::HeapSnapshot* snapshot2 = heap_profiler->TakeHeapSnapshot(); |
- CHECK(ValidateSnapshot(snapshot2)); |
const v8::HeapGraphNode* global2 = GetGlobalObject(snapshot2); |
const v8::HeapGraphNode* array_node = |