commit | a2be2d624a47e420266606f0cb2a2e030797f650 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Aug 12 02:01:09 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Aug 12 02:01:09 2001 +0000 |
tree | f2745e0b7f197e5f9b7c26160892117c911e36d6 | |
parent | d5e5a2aa284d610b2bf1fb948c0e8da348ad2733 [diff] |
Move line; reported on python-dev by Mark Favas (thanks!).
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index b6d09c8..3a16bbf 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -170,9 +170,9 @@ 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 + ":", \