| Index: tools/gn/parse_tree_unittest.cc
|
| diff --git a/tools/gn/parse_tree_unittest.cc b/tools/gn/parse_tree_unittest.cc
|
| index 4a9cf214c22ffff447ad9e779579495e5ff7e989..936947b21d43128657770524d762a93418ebfa52 100644
|
| --- a/tools/gn/parse_tree_unittest.cc
|
| +++ b/tools/gn/parse_tree_unittest.cc
|
| @@ -14,8 +14,8 @@ TEST(ParseTree, Accessor) {
|
| // Make a pretend parse node with proper tracking that we can blame for the
|
| // given value.
|
| InputFile input_file(SourceFile("//foo"));
|
| - Token base_token(Location(&input_file, 1, 1), Token::IDENTIFIER, "a");
|
| - Token member_token(Location(&input_file, 1, 1), Token::IDENTIFIER, "b");
|
| + Token base_token(Location(&input_file, 1, 1, 1), Token::IDENTIFIER, "a");
|
| + Token member_token(Location(&input_file, 1, 1, 1), Token::IDENTIFIER, "b");
|
|
|
| AccessorNode accessor;
|
| accessor.set_base(base_token);
|
|
|