diff options
Diffstat (limited to 'testing')
-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; |