| Index: test/unittests/compiler/js-typed-lowering-unittest.cc
|
| diff --git a/test/unittests/compiler/js-typed-lowering-unittest.cc b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| index d8dc725dc7191945521772cb7d0b002a02a304ce..d61a1817b21e00bba60d15a96909af2400431ba3 100644
|
| --- a/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| @@ -62,8 +62,8 @@ Type* const kJSTypes[] = {Type::Undefined(), Type::Null(), Type::Boolean(),
|
| Type::Number(), Type::String(), Type::Object()};
|
|
|
|
|
| -STATIC_ASSERT(LANGUAGE_END == 2);
|
| -const LanguageMode kLanguageModes[] = {SLOPPY, STRICT};
|
| +STATIC_ASSERT(LANGUAGE_END == 3);
|
| +const LanguageMode kLanguageModes[] = {SLOPPY, STRICT, STRONG};
|
|
|
| } // namespace
|
|
|
|
|