| Index: tests/presubmit_unittest.py | 
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py | 
| index 8e59e89158fc5b2e7f615d32bb0f2bdf7a5f9a09..0a5ea0f3f13a8cdfef0878d3ba77a6b5dbcaffb0 100755 | 
| --- a/tests/presubmit_unittest.py | 
| +++ b/tests/presubmit_unittest.py | 
| @@ -1137,6 +1137,7 @@ class CannedChecksUnittest(PresubmitTestsBase): | 
| 'CheckDoNotSubmit', | 
| 'CheckDoNotSubmitInDescription', 'CheckDoNotSubmitInFiles', | 
| 'CheckLongLines', 'CheckTreeIsOpen', 'RunPythonUnitTests', | 
| +      'RunPylint', | 
| 'CheckBuildbotPendingBuilds', 'CheckRietveldTryJobExecution', | 
| ] | 
| # If this test fails, you should add the relevant test. | 
|  |