diff options
author | sebres <sebres@users.sourceforge.net> | 2019-09-24 20:01:06 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2019-09-24 20:01:06 (GMT) |
commit | ee57084f052a28c9aa15273f05a9fc522fa14c9e (patch) | |
tree | 80b1985f43c50c34a172ee51fa43fc2790728e08 /tests/namespace.test | |
parent | 0a6728c33d79445c6e4fc81ab9c78f2aa1f2cd82 (diff) | |
download | tcl-ee57084f052a28c9aa15273f05a9fc522fa14c9e.zip tcl-ee57084f052a28c9aa15273f05a9fc522fa14c9e.tar.gz tcl-ee57084f052a28c9aa15273f05a9fc522fa14c9e.tar.bz2 |
namespace.test: add missing clean-up (allow repetition of test within -singleproc 1)
Diffstat (limited to 'tests/namespace.test')
-rw-r--r-- | tests/namespace.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index ad82abe..dd71697 100644 --- a/tests/namespace.test +++ b/tests/namespace.test @@ -2624,6 +2624,7 @@ test namespace-51.6 {name resolution path control} -body { namespace delete ::test_ns_1 catch {rename ::pathtestB {}} catch {rename ::pathtestD {}} + catch {rename ::pathtestC {}} } test namespace-51.7 {name resolution path control} -body { namespace eval ::test_ns_1 { |