summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_idlehistory.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/idle_test/test_idlehistory.py')
-rw-r--r--Lib/idlelib/idle_test/test_idlehistory.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/idle_test/test_idlehistory.py b/Lib/idlelib/idle_test/test_idlehistory.py
index b27db91..d7c3d70 100644
--- a/Lib/idlelib/idle_test/test_idlehistory.py
+++ b/Lib/idlelib/idle_test/test_idlehistory.py
@@ -80,6 +80,7 @@ class FetchTest(unittest.TestCase):
@classmethod
def tearDownClass(cls):
cls.root.destroy()
+ del cls.root
def fetch_test(self, reverse, line, prefix, index, *, bell=False):
# Perform one fetch as invoked by Alt-N or Alt-P