summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_set.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_capi/test_set.py')
-rw-r--r--Lib/test/test_capi/test_set.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_capi/test_set.py b/Lib/test/test_capi/test_set.py
index 499a514..62d90a3 100644
--- a/Lib/test/test_capi/test_set.py
+++ b/Lib/test/test_capi/test_set.py
@@ -265,3 +265,7 @@ class TestInternalCAPI(BaseSetTests, unittest.TestCase):
with self.assertRaises(SystemError):
set_next(object(), 0)
# CRASHES: set_next(NULL, 0)
+
+
+if __name__ == "__main__":
+ unittest.main()