| Index: test/cctest/test-heap.cc
|
| diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
|
| index df799bdd63aff01336e6e05d0b174b0424e69ae4..1fecc59e46f34722c471ab7a3e6c7b93fb2ed57a 100644
|
| --- a/test/cctest/test-heap.cc
|
| +++ b/test/cctest/test-heap.cc
|
| @@ -3074,10 +3074,6 @@ TEST(Regress169209) {
|
| i::FLAG_harmony_typed_arrays = false;
|
| i::FLAG_harmony_array_buffer = false;
|
|
|
| - // Disable loading the i18n extension which breaks the assumptions of this
|
| - // test about the heap layout.
|
| - i::FLAG_enable_i18n = false;
|
| -
|
| CcTest::InitializeVM();
|
| Isolate* isolate = Isolate::Current();
|
| Heap* heap = isolate->heap();
|
|
|