| Index: test/cctest/test-mark-compact.cc
|
| ===================================================================
|
| --- test/cctest/test-mark-compact.cc (revision 5798)
|
| +++ test/cctest/test-mark-compact.cc (working copy)
|
| @@ -75,7 +75,7 @@
|
| // from new space.
|
| FLAG_gc_global = true;
|
| FLAG_always_compact = true;
|
| - Heap::ConfigureHeap(2*256*KB, 4*MB);
|
| + Heap::ConfigureHeap(2*256*KB, 4*MB, 0);
|
|
|
| InitializeVM();
|
|
|
| @@ -101,7 +101,7 @@
|
|
|
|
|
| TEST(NoPromotion) {
|
| - Heap::ConfigureHeap(2*256*KB, 4*MB);
|
| + Heap::ConfigureHeap(2*256*KB, 4*MB, 0);
|
|
|
| // Test the situation that some objects in new space are promoted to
|
| // the old space
|
|
|