summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-03-22 19:45:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-03-22 19:45:41 (GMT)
commitca594770e82dc53a0da10eef03d155ff393d3abf (patch)
tree8ac6c53f4b684dc70e29893ff71eb567da53737a /tests
parentaa3b9b49e082cbda4500eba60787a80c9cfd64e2 (diff)
parent47774b8476483c34bcea8cb8422233d0e1007bf1 (diff)
downloadtcl-ca594770e82dc53a0da10eef03d155ff393d3abf.zip
tcl-ca594770e82dc53a0da10eef03d155ff393d3abf.tar.gz
tcl-ca594770e82dc53a0da10eef03d155ff393d3abf.tar.bz2
New(ish) test interp-14.11 was missing its -cleanup.
Diffstat (limited to 'tests')
-rw-r--r--tests/interp.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/interp.test b/tests/interp.test
index 4d61e35..5299d82 100644
--- a/tests/interp.test
+++ b/tests/interp.test
@@ -615,6 +615,8 @@ test interp-14.11 {{interp alias} {target named the empty string} {bug 2bf56185}
} -body {
interp alias {} p1 $interp {}
p1 one two three
+} -cleanup {
+ interp delete $interp
} -result {one two three}
# part 15: testing file sharing