summaryrefslogtreecommitdiff
path: root/testing/tools/run_corpus_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tools/run_corpus_tests.py')
-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;