| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index aa491d0dd940dc5770a77b7014a655101d0e5dec..39f8fb5f4d960821e21b35e412bd1a7877896e3b 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -296,7 +296,7 @@ TEST(HeapEntryIdsAndGC) {
|
| const v8::HeapSnapshot* snapshot1 =
|
| v8::HeapProfiler::TakeSnapshot(v8::String::New("s1"));
|
|
|
| - HEAP->CollectAllGarbage(i::Heap::kForceCompactionMask);
|
| + HEAP->CollectAllGarbage(i::Heap::kNoGCFlags);
|
|
|
| const v8::HeapSnapshot* snapshot2 =
|
| v8::HeapProfiler::TakeSnapshot(v8::String::New("s2"));
|
|
|