summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/unittest/suite.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/unittest/suite.py b/Lib/unittest/suite.py
index 176af57..e7b8b4a 100644
--- a/Lib/unittest/suite.py
+++ b/Lib/unittest/suite.py
@@ -66,6 +66,7 @@ class BaseTestSuite(object):
def _removeTestAtIndex(self, index):
"""Stop holding a reference to the TestCase at index."""
+ return
try:
self._tests[index] = None
except TypeError: