| Index: test/cctest/test-mark-compact.cc
|
| diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc
|
| index 2116e1b11eec40adbec4fbe0b642876e7351e866..25b30ef4e4840b7b1e442a50536a41f245f265ab 100644
|
| --- a/test/cctest/test-mark-compact.cc
|
| +++ b/test/cctest/test-mark-compact.cc
|
| @@ -76,7 +76,7 @@ TEST(MarkingDeque) {
|
| TEST(Promotion) {
|
| CcTest::InitializeVM();
|
| Heap* heap = CcTest::heap();
|
| - heap->ConfigureHeap(2*256*KB, 1*MB, 1*MB);
|
| + heap->ConfigureHeap(2*256*KB, 1*MB, 1*MB, 0);
|
|
|
| v8::HandleScope sc(CcTest::isolate());
|
|
|
| @@ -101,7 +101,7 @@ TEST(Promotion) {
|
| TEST(NoPromotion) {
|
| CcTest::InitializeVM();
|
| Heap* heap = CcTest::heap();
|
| - heap->ConfigureHeap(2*256*KB, 1*MB, 1*MB);
|
| + heap->ConfigureHeap(2*256*KB, 1*MB, 1*MB, 0);
|
|
|
| v8::HandleScope sc(CcTest::isolate());
|
|
|
|
|