| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index 7d9646e5ba4f2664fefa3c37dc1f99200a9c3884..8416bce2f52af46bdddf98621cbec131736277ba 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -1886,6 +1886,7 @@ class CannedChecksUnittest(PresubmitTestsBase):
|
| 'CheckSvnForCommonMimeTypes', 'CheckSvnProperty',
|
| 'RunPythonUnitTests', 'RunPylint',
|
| 'RunUnitTests', 'RunUnitTestsInDirectory',
|
| + 'GetCodereviewOwnerAndReviewers',
|
| 'GetPythonUnitTests', 'GetPylint',
|
| 'GetUnitTests', 'GetUnitTestsInDirectory', 'GetUnitTestsRecursively',
|
| ]
|
|
|