diff options
author | dgp <dgp@users.sourceforge.net> | 2017-03-22 19:46:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-03-22 19:46:56 (GMT) |
commit | 6bdcab1c0bd4403f4250f59e24a9d7d6bc2404ac (patch) | |
tree | 389aa9fd3e0b54e1f79fa6cfd41f2c40ce7f6e34 | |
parent | fb164d154e19967aeac890d717cb0fc514274e49 (diff) | |
parent | 47774b8476483c34bcea8cb8422233d0e1007bf1 (diff) | |
download | tcl-6bdcab1c0bd4403f4250f59e24a9d7d6bc2404ac.zip tcl-6bdcab1c0bd4403f4250f59e24a9d7d6bc2404ac.tar.gz tcl-6bdcab1c0bd4403f4250f59e24a9d7d6bc2404ac.tar.bz2 |
New(ish) test interp-14.11 was missing its -cleanup.
-rw-r--r-- | tests/interp.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/interp.test b/tests/interp.test index 704f50a..1389304 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 |