| Index: test/cctest/test-strings.cc
|
| diff --git a/test/cctest/test-strings.cc b/test/cctest/test-strings.cc
|
| index 49e9f2870c2cedee157ffc975a14807a4f950aae..a55bbae9fde85b4f8872a08723611cb4e80b0321 100644
|
| --- a/test/cctest/test-strings.cc
|
| +++ b/test/cctest/test-strings.cc
|
| @@ -1192,6 +1192,7 @@ TEST(InternalizeExternal) {
|
| // TODO(mlippautz): Remove once we add support for forwarding ThinStrings in
|
| // minor MC.
|
| if (FLAG_minor_mc) return;
|
| + FLAG_stress_incremental_marking = false;
|
| FLAG_thin_strings = true;
|
| CcTest::InitializeVM();
|
| i::Isolate* isolate = CcTest::i_isolate();
|
|
|