summaryrefslogtreecommitdiff
path: root/Lib/test/outstanding_bugs.py
diff options
context:
space:
mode:
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()