[Bug #962631] Fix typo reported by Bryan Blackburn

This commit is contained in:
Andrew M. Kuchling 2004-06-01 12:48:19 +00:00
parent 41bd02256f
commit 09e2cb0ba7

View file

@ -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)