| Index: test/cctest/test-strings.cc
|
| diff --git a/test/cctest/test-strings.cc b/test/cctest/test-strings.cc
|
| index 93f7588d3617bf69122e3b985898792c72ce23e2..e11349bc85a6ce4f4bed22793fffb5007dea3014 100644
|
| --- a/test/cctest/test-strings.cc
|
| +++ b/test/cctest/test-strings.cc
|
| @@ -355,7 +355,7 @@ TEST(ExternalShortStringAdd) {
|
|
|
| // Make sure we cover all always-flat lengths and at least one above.
|
| static const int kMaxLength = 20;
|
| - CHECK_GT(kMaxLength, i::String::kMinNonFlatLength);
|
| + CHECK_GT(kMaxLength, i::ConsString::kMinLength);
|
|
|
| // Allocate two JavaScript arrays for holding short strings.
|
| v8::Handle<v8::Array> ascii_external_strings =
|
|
|