Commit 09e2cb0b authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #962631] Fix typo reported by Bryan Blackburn

parent 41bd0225
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment