Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / v8 / test / cctest / test-mark-compact.cc
index 053bce5..c7d6531 100644 (file)
@@ -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) /