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 2f9976e6d499e0e2652b7ff08b769fcfcaf69c8e..a96f7140ea5422c612e5a865e2d36f12a90f026a 100644 |
--- a/test/cctest/compiler/test-js-context-specialization.cc |
+++ b/test/cctest/compiler/test-js-context-specialization.cc |
@@ -228,8 +228,8 @@ TEST(SpecializeToContext) { |
t.graph()->NewNode(t.simplified()->ChangeTaggedToInt32(), other_load); |
Node* add = t.graph()->NewNode( |
- t.javascript()->Add(LanguageMode::SLOPPY), value_use, other_use, |
- param_context, t.jsgraph()->EmptyFrameState(), |
+ t.javascript()->Add(LanguageMode::SLOPPY, BinaryOperationHints::Any()), |
+ value_use, other_use, param_context, t.jsgraph()->EmptyFrameState(), |
t.jsgraph()->EmptyFrameState(), other_load, start); |
Node* ret = |