summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT_unittest.py')
-rwxr-xr-xPRESUBMIT_unittest.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/PRESUBMIT_unittest.py b/PRESUBMIT_unittest.py
index b8183c2..141c567 100755
--- a/PRESUBMIT_unittest.py
+++ b/PRESUBMIT_unittest.py
@@ -55,11 +55,11 @@ class PresubmitUnittest(unittest.TestCase):
def testLocalChecks(self):
api = MockInputApi()
api.affected_files = [
- MockAffectedFile('foo/blat/yoo.notsource'),
+ MockAffectedFile('bleh/blat/yoo.notsource'),
MockAffectedFile('third_party/blat/source.cc'),
- MockAffectedFile('foo/blat/source.h'),
- MockAffectedFile('foo/blat/source.mm'),
- MockAffectedFile('foo/blat/source.py'),
+ MockAffectedFile('bleh/blat/source.h'),
+ MockAffectedFile('bleh/blat/source.mm'),
+ MockAffectedFile('bleh/blat/source.py'),
]
self.file_contents = 'file with \n\terror\nhere\r\nyes there'
# 3 source files, 2 errors by file + 1 global CR error.