| Index: test/cctest/compiler/test-js-context-specialization.cc
|
| diff --git a/test/cctest/compiler/test-js-context-specialization.cc b/test/cctest/compiler/test-js-context-specialization.cc
|
| index 43b76654593925fffbd3ba2c1503f90fd005353a..c7cd47a55cd57e32b5bf00be2f91e6d73784e31e 100644
|
| --- a/test/cctest/compiler/test-js-context-specialization.cc
|
| +++ b/test/cctest/compiler/test-js-context-specialization.cc
|
| @@ -225,8 +225,8 @@ TEST(SpecializeToContext) {
|
| t.graph()->NewNode(t.simplified()->ChangeTaggedToInt32(), other_load);
|
|
|
| Node* add = t.graph()->NewNode(
|
| - t.javascript()->Add(LanguageMode::SLOPPY, BinaryOperationHints::Any()),
|
| - value_use, other_use, param_context, t.jsgraph()->EmptyFrameState(),
|
| + t.javascript()->Add(BinaryOperationHints::Any()), value_use, other_use,
|
| + param_context, t.jsgraph()->EmptyFrameState(),
|
| t.jsgraph()->EmptyFrameState(), other_load, start);
|
|
|
| Node* ret =
|
|
|