X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Ftest%2Fcctest%2Ftest-mark-compact.cc;h=c7d65310a45c04a1198f91b00f26c333dc0abeef;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=053bce5a06e0588f02ea61e544e552f150d71738;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/test/cctest/test-mark-compact.cc b/src/v8/test/cctest/test-mark-compact.cc index 053bce5..c7d6531 100644 --- a/src/v8/test/cctest/test-mark-compact.cc +++ b/src/v8/test/cctest/test-mark-compact.cc @@ -107,8 +107,6 @@ TEST(NoPromotion) { v8::HandleScope sc(CcTest::isolate()); - heap->new_space()->Grow(); - // Allocate a big fixed array in the new space. int array_length = (Page::kMaxRegularHeapObjectSize - FixedArray::kHeaderSize) /