diff options
| author | 2022-01-06 15:51:12 -0800 | |
|---|---|---|
| committer | 2022-01-07 15:09:16 -0800 | |
| commit | 6c934f63410559a88d96ab063cf16f02b467dc43 (patch) | |
| tree | eb762fbdc83e61049e4f7acf70759fd01374c3c9 /python/python_test.go | |
| parent | fe306aba98780d495601e29a54055db868f57182 (diff) | |
Make include_top comments only apply to the next statement
Previously adding an include_top comment would make it apply
for the rest of the file. This was confusing behavior, and
could also cause extra roots to be searched in a situation
like the following:
\#RBC# include_top foo
include $(VAR)/file.mk
\#RBC# include_top bar
include $(VAR)/file.mk
Here the second include would have file.mk from both the foo
and bar directories in its _entry dictionary.
Bug: 213508006
Test: go test
Change-Id: If3430594759bee1390255400fe29b43d77f7b6a6
Diffstat (limited to 'python/python_test.go')
0 files changed, 0 insertions, 0 deletions