Chromium Code Reviews| Index: tools/presubmit.py |
| diff --git a/tools/presubmit.py b/tools/presubmit.py |
| index 5f3d8fd9918809ce244d9289ca1ec94618bc20c0..75da5ba87eac007bbf288ce02c8fc39e67fffb15 100755 |
| --- a/tools/presubmit.py |
| +++ b/tools/presubmit.py |
| @@ -237,7 +237,6 @@ class CppLintProcessor(SourceFileProcessor): |
| def GetPathsToSearch(self): |
| return ['src', 'include', 'samples', |
| - join('test', 'base-unittests'), |
| join('test', 'cctest'), |
| join('test', 'compiler-unittests'), |
| join('test', 'heap-unittests'), |