commit | 7e8bfa416384d83de697028e3e29d2227394c392 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Jan 10 19:29:24 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Jan 10 19:29:24 2006 +0000 |
tree | ccf32e32f64f0fc11b271721d54e428af9a281b2 | |
parent | 8cc4ef561c1ba8f36520396c6f631764b55f4643 [diff] [blame] |
Add outstanding_crashes.py with tests for crashes.
diff --git a/Lib/test/outstanding_bugs.py b/Lib/test/outstanding_bugs.py index be71fde..7b17ba8 100644 --- a/Lib/test/outstanding_bugs.py +++ b/Lib/test/outstanding_bugs.py
@@ -22,3 +22,6 @@ def test_main(): test_support.run_unittest(TestBug1385040) + +if __name__ == "__main__": + test_main()