| Index: tools/presubmit.py
|
| diff --git a/tools/presubmit.py b/tools/presubmit.py
|
| index 1ef1e9ce1eb3f9ce1bbc05e3888e32d289f15639..73fe587176ff9ee4c4657bfc973ef264c72d099b 100755
|
| --- a/tools/presubmit.py
|
| +++ b/tools/presubmit.py
|
| @@ -236,9 +236,7 @@ class CppLintProcessor(SourceFileProcessor):
|
| or (name in CppLintProcessor.IGNORE_LINT))
|
|
|
| def GetPathsToSearch(self):
|
| - return ['src', 'include', 'samples',
|
| - join('test', 'cctest'),
|
| - join('test', 'compiler-unittests')]
|
| + return ['src', 'include', 'samples', join('test', 'cctest')]
|
|
|
| def GetCpplintScript(self, prio_path):
|
| for path in [prio_path] + os.environ["PATH"].split(os.pathsep):
|
|
|