| Index: test/cctest/test-alloc.cc
|
| ===================================================================
|
| --- test/cctest/test-alloc.cc (revision 3350)
|
| +++ test/cctest/test-alloc.cc (working copy)
|
| @@ -67,7 +67,7 @@
|
| OldSpace* old_data_space = Heap::old_data_space();
|
| static const int kOldDataSpaceFillerSize = ByteArray::SizeFor(0);
|
| while (old_data_space->Available() > kOldDataSpaceFillerSize) {
|
| - CHECK(!Heap::Heap::AllocateByteArray(0, TENURED)->IsFailure());
|
| + CHECK(!Heap::AllocateByteArray(0, TENURED)->IsFailure());
|
| }
|
| CHECK(!Heap::AllocateRawAsciiString(100, TENURED)->IsFailure());
|
|
|
|
|