mirror of https://github.com/python/cpython
Move line; reported on python-dev by Mark Favas (thanks!).
This commit is contained in:
parent
d5e5a2aa28
commit
a2be2d624a
|
@ -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 + ":", \
|
||||
|
|
Loading…
Reference in New Issue