summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-07-16 12:16:34 -0700
committerLei Zhang <thestig@chromium.org>2015-07-16 12:16:34 -0700
commit6915e7bd9e0892f143936697c6ba233510fb13dc (patch)
treed9924eae953ffa3e792b83b7e9fe45eaf4c66586
parentd3611f9db615be393016a8ab5340ccea7f13832b (diff)
downloadpdfium-6915e7bd9e0892f143936697c6ba233510fb13dc.tar.xz
Fix typo from commit d3611f.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1242493003 .
-rwxr-xr-xtesting/tools/run_corpus_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tools/run_corpus_tests.py b/testing/tools/run_corpus_tests.py
index ba014d49e7..28616fb531 100755
--- a/testing/tools/run_corpus_tests.py
+++ b/testing/tools/run_corpus_tests.py
@@ -73,7 +73,7 @@ def main():
failures.append(input_path)
if surprises:
- surprise.sort()
+ surprises.sort()
print '\n\nUnexpected Successes:'
for surprise in surprises:
print surprise;