| Index: test/cctest/cctest.h
|
| diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h
|
| index 7f84c259f0c4cb1b135ae6a73d465d631d858e31..e778d3a48c3998dce180eecb5db713b160ec849e 100644
|
| --- a/test/cctest/cctest.h
|
| +++ b/test/cctest/cctest.h
|
| @@ -360,7 +360,7 @@ class HeapObjectsTracker {
|
| }
|
|
|
| ~HeapObjectsTracker() {
|
| - i::Isolate::Current()->heap()->CollectAllAvailableGarbage();
|
| +// i::Isolate::Current()->heap()->CollectAllAvailableGarbage();
|
| CHECK_EQ(0, heap_profiler_->FindUntrackedObjects());
|
| heap_profiler_->StopHeapAllocationsRecording();
|
| }
|
|
|