PPC: Fixing the EmptyFreeListCategoriesRemoved test on pLinux and AIX

Original commit: 303ca9ac26

Change-Id: I276bc68253fe4cedecdd2a77db0e8dbbc998c1a5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1652504
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#62125}
This commit is contained in:
Milad Farazmand 2019-06-11 10:28:28 -04:00 committed by Commit Bot
parent aff557b61b
commit 04936d0959

View File

@ -795,6 +795,7 @@ HEAP_TEST(AllocateObjTinyFreeList) {
}
HEAP_TEST(EmptyFreeListCategoriesRemoved) {
ManualGCScope manual_gc_scope;
CcTest::InitializeVM();
Isolate* isolate = CcTest::i_isolate();
HandleScope scope(isolate);