mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Add outstanding_crashes.py with tests for crashes.
This commit is contained in:
parent
8cc4ef561c
commit
7e8bfa4163
2 changed files with 41 additions and 0 deletions
|
@ -22,3 +22,6 @@ class TestBug1385040(unittest.TestCase):
|
|||
|
||||
def test_main():
|
||||
test_support.run_unittest(TestBug1385040)
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue