diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index 8e279ce5206..8786094a974 100644 --- a/Lib/test/test_sax.py +++ b/Lib/test/test_sax.py @@ -27,7 +27,7 @@ def confirm(outcome, name): tests = tests + 1 if outcome: if verbose: - print "Failed", name + print "Passed", name else: failures.append(name)