| Index: test/cctest/test-heap.cc
|
| diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
|
| index 64075d26b4367bf17939c26c972b98bc2c868549..9d74011fded8fe169054e63004cc272a40b7f5a2 100644
|
| --- a/test/cctest/test-heap.cc
|
| +++ b/test/cctest/test-heap.cc
|
| @@ -3141,10 +3141,6 @@ TEST(Regress169209) {
|
| i::FLAG_allow_natives_syntax = true;
|
| i::FLAG_flush_code_incrementally = true;
|
|
|
| - // 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();
|
|
|