| Index: test/unittests/compiler/js-operator-unittest.cc
|
| diff --git a/test/unittests/compiler/js-operator-unittest.cc b/test/unittests/compiler/js-operator-unittest.cc
|
| index 912f98430d3034592f4e5682dd3a8e8401a486b7..7d4890675176b4dc54b37af3a61a6e49c9a38417 100644
|
| --- a/test/unittests/compiler/js-operator-unittest.cc
|
| +++ b/test/unittests/compiler/js-operator-unittest.cc
|
| @@ -77,7 +77,7 @@ const SharedOperator kSharedOperators[] = {
|
| SHARED(InstanceOf, Operator::kNoProperties, 2, 1, 1, 1, 1, 1),
|
| SHARED(Debugger, Operator::kNoProperties, 0, 0, 1, 1, 0, 1),
|
| SHARED(CreateFunctionContext, Operator::kNoProperties, 1, 0, 1, 1, 1, 1),
|
| - SHARED(CreateWithContext, Operator::kNoProperties, 2, 0, 1, 1, 1, 1),
|
| + SHARED(CreateWithContext, Operator::kNoProperties, 2, 1, 1, 1, 1, 1),
|
| SHARED(CreateBlockContext, Operator::kNoProperties, 2, 0, 1, 1, 1, 1),
|
| SHARED(CreateModuleContext, Operator::kNoProperties, 2, 0, 1, 1, 1, 1),
|
| SHARED(CreateScriptContext, Operator::kNoProperties, 2, 0, 1, 1, 1, 1)
|
|
|