diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-13 10:16:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-13 10:16:31 (GMT) |
commit | 09b6123a09dedecf60d35a3306b9bd68702304e5 (patch) | |
tree | 9fc88c8ecc2f114197a36ce36bb1a8990215974b /tests/safe.test | |
parent | f23820c00b1bede53a938764c7d231434d60f15d (diff) | |
parent | 06464aa3be62088cc3c99fc744dd28e8413958d5 (diff) | |
download | tcl-09b6123a09dedecf60d35a3306b9bd68702304e5.zip tcl-09b6123a09dedecf60d35a3306b9bd68702304e5.tar.gz tcl-09b6123a09dedecf60d35a3306b9bd68702304e5.tar.bz2 |
Merge 8.6. More missing ::tcltest::loadTestedCommands
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/safe.test b/tests/safe.test index f3a6565..773b16f 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -24,6 +24,8 @@ if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact tcl::test [info patchlevel]] foreach i [interp children] { interp delete $i |