summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT_test.py')
-rwxr-xr-xPRESUBMIT_test.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py
index 5c93d98..ad391d3 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -375,14 +375,6 @@ class BadExtensionsTest(unittest.TestCase):
results = PRESUBMIT._CheckPatchFiles(mock_input_api, MockOutputApi())
self.assertEqual(0, len(results))
- def testOnlyOwnersFiles(self):
- mock_change = MockChange([
- 'some/path/OWNERS',
- 'A\Windows\Path\OWNERS',
- ])
- results = PRESUBMIT.GetPreferredTryMasters(None, mock_change)
- self.assertEqual({}, results)
-
class CheckSingletonInHeadersTest(unittest.TestCase):
def testSingletonInArbitraryHeader(self):