summaryrefslogtreecommitdiffstats
path: root/tests/unload.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unload.test')
-rw-r--r--tests/unload.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unload.test b/tests/unload.test
index a322c29..6cc0007 100644
--- a/tests/unload.test
+++ b/tests/unload.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: unload.test,v 1.3 2004/05/25 18:58:05 dgp Exp $
+# RCS: @(#) $Id: unload.test,v 1.4 2004/05/25 19:38:16 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -214,5 +214,7 @@ test unload-4.6 {basic unloading of unloadable package from a safe interpreter,
} {{. {} {}} {} {} {. . .}}
# cleanup
+interp delete child
+interp delete child-trusted
::tcltest::cleanupTests
return