summaryrefslogtreecommitdiff
path: root/Lib/test/outstanding_bugs.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-10 19:29:24 +0000
committerGeorg Brandl <georg@python.org>2006-01-10 19:29:24 +0000
commit7e8bfa416384d83de697028e3e29d2227394c392 (patch)
treeccf32e32f64f0fc11b271721d54e428af9a281b2 /Lib/test/outstanding_bugs.py
parent8cc4ef561c1ba8f36520396c6f631764b55f4643 (diff)
downloadcpython-git-7e8bfa416384d83de697028e3e29d2227394c392.tar.gz
Add outstanding_crashes.py with tests for crashes.
Diffstat (limited to 'Lib/test/outstanding_bugs.py')
-rw-r--r--Lib/test/outstanding_bugs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/outstanding_bugs.py b/Lib/test/outstanding_bugs.py
index be71fde48c..7b17ba8309 100644
--- a/Lib/test/outstanding_bugs.py
+++ b/Lib/test/outstanding_bugs.py
@@ -22,3 +22,6 @@ class TestBug1385040(unittest.TestCase):
def test_main():
test_support.run_unittest(TestBug1385040)
+
+if __name__ == "__main__":
+ test_main()