diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 16:44:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 16:44:00 (GMT) |
commit | 0aaf6122a593480ef13b8a66624a7565c087eb21 (patch) | |
tree | f7644f28c15c31d868333aa3946a4df606fce9db /tests/case.test | |
parent | fd253d8677ffcef7052c8ac03cbd68c656835a35 (diff) | |
parent | f2963d15d036e305300773f74a602c9c0a8c9229 (diff) | |
download | tcl-0aaf6122a593480ef13b8a66624a7565c087eb21.zip tcl-0aaf6122a593480ef13b8a66624a7565c087eb21.tar.gz tcl-0aaf6122a593480ef13b8a66624a7565c087eb21.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/case.test')
-rw-r--r-- | tests/case.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/case.test b/tests/case.test index 0aba5cd..87cb2c8 100644 --- a/tests/case.test +++ b/tests/case.test @@ -17,7 +17,7 @@ if {![llength [info commands case]]} { } if {"::tcltest" ni [namespace children]} { - package require tcltest + package require tcltest 2.5 namespace import -force ::tcltest::* } |