| 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 62368553eae13b53b1662894813de21332a14061..68ae6ab3412cbfaba31f3fd47338bda283613e8d 100644
|
| --- a/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| @@ -1038,7 +1038,7 @@ TEST_F(JSTypedLoweringTest, JSCreateClosure) {
|
| Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared());
|
| Reduction r =
|
| Reduce(graph()->NewNode(javascript()->CreateClosure(shared, NOT_TENURED),
|
| - context, context, effect, control));
|
| + context, effect, control));
|
| ASSERT_TRUE(r.Changed());
|
| EXPECT_THAT(r.replacement(),
|
| IsCall(_, IsHeapConstant(CodeFactory::FastNewClosure(
|
|
|