cpython: 5a022c21ad84 (original) (raw)

Mercurial > cpython

changeset 80786:5a022c21ad84

Issue #16616: Enable test in test_poll which was (accidentally?) disabled [#16616]

Richard Oudkerk shibturn@gmail.com
date Sun, 09 Dec 2012 16:05:20 +0000
parents 70ee0b76239d
children fae25c3cff28
files Lib/test/test_poll.py
diffstat 1 files changed, 4 insertions(+), 6 deletions(-)[+] [-] Lib/test/test_poll.py 10

line wrap: on

line diff

--- a/Lib/test/test_poll.py +++ b/Lib/test/test_poll.py @@ -67,13 +67,11 @@ class PollTests(unittest.TestCase): self.assertEqual(bufs, [MSG] * NUM_PIPES)