| Index: test/cctest/test-strings.cc
|
| diff --git a/test/cctest/test-strings.cc b/test/cctest/test-strings.cc
|
| index 0829f25e9782b24d722448b5edcb5d82992bf858..615fdeb32e01c2c70c6b7f7c6e861803e1e7f791 100644
|
| --- a/test/cctest/test-strings.cc
|
| +++ b/test/cctest/test-strings.cc
|
| @@ -1190,6 +1190,9 @@ class OneByteVectorResource : public v8::String::ExternalOneByteStringResource {
|
| };
|
|
|
| TEST(InternalizeExternal) {
|
| + // TODO(mlippautz): Remove once we add support for forwarding ThinStrings in
|
| + // minor MC.
|
| + if (FLAG_minor_mc) return;
|
| FLAG_thin_strings = true;
|
| CcTest::InitializeVM();
|
| i::Isolate* isolate = CcTest::i_isolate();
|
|
|