| Index: tools/gn/parse_tree_unittest.cc
|
| diff --git a/tools/gn/parse_tree_unittest.cc b/tools/gn/parse_tree_unittest.cc
|
| index a6850a74850fe7184a2303366a6d98bcb537747c..060921576a225dca05b728f88debb91d70f25113 100644
|
| --- a/tools/gn/parse_tree_unittest.cc
|
| +++ b/tools/gn/parse_tree_unittest.cc
|
| @@ -47,7 +47,7 @@ TEST(ParseTree, Accessor) {
|
| const int64_t kBValue = 42;
|
| err = Err();
|
| setup.scope()
|
| - ->GetMutableValue("a", false)
|
| + ->GetMutableValue("a", Scope::SEARCH_NESTED, false)
|
| ->scope_value()
|
| ->SetValue("b", Value(nullptr, kBValue), nullptr);
|
| result = accessor.Execute(setup.scope(), &err);
|
|
|