[Bug #962631] Fix typo reported by Bryan Blackburn
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 @@
     tests = tests + 1
     if outcome:
         if verbose:
-            print "Failed", name
+            print "Passed", name
     else:
         failures.append(name)