| Index: test/cctest/test-heap.cc
|
| ===================================================================
|
| --- test/cctest/test-heap.cc (revision 2544)
|
| +++ test/cctest/test-heap.cc (working copy)
|
| @@ -653,7 +653,7 @@
|
| uint32_t int_length = 0;
|
| CHECK(Array::IndexFromObject(length, &int_length));
|
| CHECK_EQ(length, array->length());
|
| - CHECK(!array->HasFastElements()); // Must be in slow mode.
|
| + CHECK(array->HasDictionaryElements()); // Must be in slow mode.
|
|
|
| // array[length] = name.
|
| array->SetElement(int_length, name);
|
|
|