| Index: test/cctest/test-alloc.cc
|
| diff --git a/test/cctest/test-alloc.cc b/test/cctest/test-alloc.cc
|
| index 19e10d5a095a1523cbc491038d940455a8e7ee2c..b9d0f61ef8e44d8ea41cbe35e853d6090882c521 100644
|
| --- a/test/cctest/test-alloc.cc
|
| +++ b/test/cctest/test-alloc.cc
|
| @@ -40,7 +40,6 @@ AllocationResult v8::internal::HeapTester::AllocateAfterFailures() {
|
| Heap* heap = CcTest::heap();
|
|
|
| // New space.
|
| - SimulateFullSpace(heap->new_space());
|
| heap->AllocateByteArray(100).ToObjectChecked();
|
| heap->AllocateFixedArray(100, NOT_TENURED).ToObjectChecked();
|
|
|
|
|