diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_sax.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index 8e279ce..8786094 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) |