| Index: test/cctest/test-object-observe.cc
|
| diff --git a/test/cctest/test-object-observe.cc b/test/cctest/test-object-observe.cc
|
| index 4b6f216c60a2ae8bfe7f9a68419bf623ac23781a..37dde078fe97762bb0d720da3522d1f3194de330 100644
|
| --- a/test/cctest/test-object-observe.cc
|
| +++ b/test/cctest/test-object-observe.cc
|
| @@ -683,8 +683,7 @@
|
| // been marked at that point. Therefore some of the maps are not
|
| // collected until the second garbage collection.
|
| CcTest::heap()->CollectAllGarbage();
|
| - CcTest::heap()->CollectAllGarbage("CheckSurvivingGlobalObjectsCount",
|
| - i::Heap::kMakeHeapIterableMask);
|
| + CcTest::heap()->CollectAllGarbage(i::Heap::kMakeHeapIterableMask);
|
| int count = GetGlobalObjectsCount();
|
| #ifdef DEBUG
|
| if (count != expected) CcTest::heap()->TracePathToGlobal();
|
|
|