Kaydet (Commit) a2be2d62 authored tarafından Tim Peters's avatar Tim Peters

Move line; reported on python-dev by Mark Favas (thanks!).

üst d5e5a2aa
......@@ -170,9 +170,9 @@ def main(tests=None, testdir=None, verbose=0, quiet=0, generate=0,
print " ".join(skipped)
e = _ExpectedSkips()
plat = sys.platform
if e.isvalid():
surprise = _Set(skipped) - e.getexpected()
plat = sys.platform
if surprise:
print count(len(surprise), "skip"), \
"unexpected on", plat + ":", \
......
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