| 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 e37d4a2913bf702c386680102ee24f3ff6839bee..1adb5dae93031ffb4be047ec8607546c85d2b2db 100644
|
| --- a/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| @@ -67,7 +67,7 @@ Type* const kJSTypes[] = {Type::Undefined(), Type::Null(), Type::Boolean(),
|
|
|
|
|
| STATIC_ASSERT(LANGUAGE_END == 3);
|
| -const LanguageMode kLanguageModes[] = {SLOPPY, STRICT, STRONG};
|
| +const LanguageMode kLanguageModes[] = {SLOPPY, STRICT};
|
|
|
| } // namespace
|
|
|
|
|