diff --git a/tools/v8_presubmit.py b/tools/v8_presubmit.py index 67105394c7..b7312e54a8 100755 --- a/tools/v8_presubmit.py +++ b/tools/v8_presubmit.py @@ -366,7 +366,7 @@ class TorqueLintProcessor(CacheableSourceFileProcessor): return name.endswith('.tq') def GetPathsToSearch(self): - dirs = ['third-party', 'src'] + dirs = ['third_party', 'src'] test_dirs = ['torque'] return dirs + [join('test', dir) for dir in test_dirs]