summaryrefslogtreecommitdiffstats
path: root/build/PRESUBMIT.py
diff options
context:
space:
mode:
authordaniimms <daniimms@amazon.com>2015-04-21 11:11:37 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-21 18:12:46 +0000
commit3a38a6024d19c55055ac5d7ff10dbd5d4dc52a4c (patch)
tree7cd8039744a0d30258b2388bee9f3e1d359d818d /build/PRESUBMIT.py
parent297512d03a69830864e2fe5bfc76929b4d7e14dc (diff)
downloadchromium_src-3a38a6024d19c55055ac5d7ff10dbd5d4dc52a4c.zip
chromium_src-3a38a6024d19c55055ac5d7ff10dbd5d4dc52a4c.tar.gz
chromium_src-3a38a6024d19c55055ac5d7ff10dbd5d4dc52a4c.tar.bz2
Remove unused constant in build/PRESUBMIT.py
R=dpranke@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/1095333003 Cr-Commit-Position: refs/heads/master@{#326073}
Diffstat (limited to 'build/PRESUBMIT.py')
-rw-r--r--build/PRESUBMIT.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/PRESUBMIT.py b/build/PRESUBMIT.py
index 3c70193..fca962f 100644
--- a/build/PRESUBMIT.py
+++ b/build/PRESUBMIT.py
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-WHITELIST = [ r'.+_test.py$' ]
-
def _RunTests(input_api, output_api):
return (input_api.canned_checks.RunUnitTestsInDirectory(