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