| Index: test/unittests/compiler/liveness-analyzer-unittest.cc
|
| diff --git a/test/unittests/compiler/liveness-analyzer-unittest.cc b/test/unittests/compiler/liveness-analyzer-unittest.cc
|
| index 9016e04e259d8efa2a1b73d3052019ef49b43fb0..3c94c25887dfc69e17d81cc2b5e39109401c1a36 100644
|
| --- a/test/unittests/compiler/liveness-analyzer-unittest.cc
|
| +++ b/test/unittests/compiler/liveness-analyzer-unittest.cc
|
| @@ -64,10 +64,9 @@
|
|
|
| const Operator* op = common()->FrameState(
|
| BailoutId(ast_num), OutputFrameStateCombine::Ignore(), state_info);
|
| - Node* result =
|
| - graph()->NewNode(op, empty_values_, locals, empty_values_,
|
| - jsgraph()->UndefinedConstant(),
|
| - jsgraph()->UndefinedConstant(), graph()->start());
|
| + Node* result = graph()->NewNode(op, empty_values_, locals, empty_values_,
|
| + jsgraph()->UndefinedConstant(),
|
| + jsgraph()->UndefinedConstant());
|
|
|
| current_block_->Checkpoint(result);
|
| return result;
|
|
|