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 3c94c25887dfc69e17d81cc2b5e39109401c1a36..9016e04e259d8efa2a1b73d3052019ef49b43fb0 100644 |
--- a/test/unittests/compiler/liveness-analyzer-unittest.cc |
+++ b/test/unittests/compiler/liveness-analyzer-unittest.cc |
@@ -64,9 +64,10 @@ class LivenessAnalysisTest : public GraphTest { |
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()); |
+ Node* result = |
+ graph()->NewNode(op, empty_values_, locals, empty_values_, |
+ jsgraph()->UndefinedConstant(), |
+ jsgraph()->UndefinedConstant(), graph()->start()); |
current_block_->Checkpoint(result); |
return result; |