mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge of r83763 introduced 'support' into test_signal; should be 'test_support'
This commit is contained in:
parent
24af0e9656
commit
27e19a21b1
1 changed files with 2 additions and 2 deletions
|
@ -484,9 +484,9 @@ class ItimerTest(unittest.TestCase):
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
if sys.platform == "win32":
|
if sys.platform == "win32":
|
||||||
support.run_unittest(WindowsSignalTests)
|
test_support.run_unittest(WindowsSignalTests)
|
||||||
else:
|
else:
|
||||||
support.run_unittest(BasicSignalTests, InterProcessSignalTests,
|
test_support.run_unittest(BasicSignalTests, InterProcessSignalTests,
|
||||||
WakeupSignalTests, SiginterruptTest, ItimerTest)
|
WakeupSignalTests, SiginterruptTest, ItimerTest)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue