summaryrefslogtreecommitdiff
path: root/PRESUBMIT_test.py
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-08-19 13:00:08 +0100
committerTorne (Richard Coles) <torne@google.com>2014-08-19 13:00:08 +0100
commit6e8cce623b6e4fe0c9e4af605d675dd9d0338c38 (patch)
tree8d824ad26fac42e008142b86aa9631b2be7e4705 /PRESUBMIT_test.py
parent4f7316adb45db5ec3c9c1181ba9510c004566df8 (diff)
downloadchromium_org-6e8cce623b6e4fe0c9e4af605d675dd9d0338c38.tar.gz
Merge from Chromium at DEPS revision 290040
This commit was generated by merge_to_master.py. Change-Id: I694ec52d1e0b553f163c2faf4373d63270ab1aac
Diffstat (limited to 'PRESUBMIT_test.py')
-rwxr-xr-xPRESUBMIT_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py
index 10d06904f4..dd8dcbeb92 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -27,7 +27,7 @@ class MockInputApi(object):
self.files = []
self.is_committing = False
- def AffectedFiles(self):
+ def AffectedFiles(self, file_filter=None):
return self.files
def PresubmitLocalPath(self):