diff options
author | Lei Zhang <thestig@chromium.org> | 2015-07-16 12:16:34 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-07-16 12:16:34 -0700 |
commit | 6915e7bd9e0892f143936697c6ba233510fb13dc (patch) | |
tree | d9924eae953ffa3e792b83b7e9fe45eaf4c66586 | |
parent | d3611f9db615be393016a8ab5340ccea7f13832b (diff) | |
download | pdfium-6915e7bd9e0892f143936697c6ba233510fb13dc.tar.xz |
Fix typo from commit d3611f.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1242493003 .
-rwxr-xr-x | testing/tools/run_corpus_tests.py | 2 |
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; |