Index: test/cctest/compiler/test-loop-analysis.cc |
diff --git a/test/cctest/compiler/test-loop-analysis.cc b/test/cctest/compiler/test-loop-analysis.cc |
index 60e7657f2bb4a53315c0cb240dd4f6801dc12da6..a32459a120a1cdc61a2a3c9d9ed105d93fd99118 100644 |
--- a/test/cctest/compiler/test-loop-analysis.cc |
+++ b/test/cctest/compiler/test-loop-analysis.cc |
@@ -39,7 +39,7 @@ class LoopFinderTester : HandleAndZoneScope { |
: isolate(main_isolate()), |
common(main_zone()), |
graph(main_zone()), |
- jsgraph(main_isolate(), &graph, &common, NULL, NULL), |
+ jsgraph(main_isolate(), &graph, &common, nullptr, nullptr, nullptr), |
start(graph.NewNode(common.Start(1))), |
end(graph.NewNode(common.End(1), start)), |
p0(graph.NewNode(common.Parameter(0), start)), |