Index: test/cctest/test-mark-compact.cc |
=================================================================== |
--- test/cctest/test-mark-compact.cc (revision 5799) |
+++ 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, 0); |
+ Heap::ConfigureHeap(2*256*KB, 4*MB, 4*MB); |
InitializeVM(); |
@@ -101,7 +101,7 @@ |
TEST(NoPromotion) { |
- Heap::ConfigureHeap(2*256*KB, 4*MB, 0); |
+ Heap::ConfigureHeap(2*256*KB, 4*MB, 4*MB); |
// Test the situation that some objects in new space are promoted to |
// the old space |