Kaydet (Commit) 27e19a21 authored tarafından Mark Dickinson's avatar Mark Dickinson

Merge of r83763 introduced 'support' into test_signal; should be 'test_support'

üst 24af0e96
......@@ -484,9 +484,9 @@ class ItimerTest(unittest.TestCase):
def test_main():
if sys.platform == "win32":
support.run_unittest(WindowsSignalTests)
test_support.run_unittest(WindowsSignalTests)
else:
support.run_unittest(BasicSignalTests, InterProcessSignalTests,
test_support.run_unittest(BasicSignalTests, InterProcessSignalTests,
WakeupSignalTests, SiginterruptTest, ItimerTest)
......
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