mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
support -> test_support
This commit is contained in:
parent
08e153ae37
commit
2f78f0e1f9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue