| Index: tools/gn/test_with_scope.cc
|
| diff --git a/tools/gn/test_with_scope.cc b/tools/gn/test_with_scope.cc
|
| index 06f4d0476b15868d0417692aa66e0346992bbeea..62849afbf1542bef2e4e55086e7eb7c289a98955 100644
|
| --- a/tools/gn/test_with_scope.cc
|
| +++ b/tools/gn/test_with_scope.cc
|
| @@ -13,7 +13,7 @@ namespace {
|
| void SetCommandForTool(const std::string& cmd, Tool* tool) {
|
| Err err;
|
| SubstitutionPattern command;
|
| - command.Parse(cmd, NULL, &err);
|
| + command.Parse(cmd, nullptr, &err);
|
| CHECK(!err.has_error())
|
| << "Couldn't parse \"" << cmd << "\", " << "got " << err.message();
|
| tool->set_command(command);
|
|
|