Kaydet (Commit) 2f78f0e1 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

support -> test_support

üst 08e153ae
......@@ -230,7 +230,7 @@ class WindowsSignalTests(unittest.TestCase):
class WakeupFDTests(unittest.TestCase):
def test_invalid_fd(self):
fd = support.make_bad_fd()
fd = test_support.make_bad_fd()
self.assertRaises(ValueError, signal.set_wakeup_fd, fd)
......
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