Import Tcl 8.6.11
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
# See the file "license.terms" for information on usage and redistribution of
|
||||
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
|
||||
if {[catch {package require tcltest 2.0.2}]} {
|
||||
puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required."
|
||||
if {[catch {package require tcltest 2.5}]} {
|
||||
puts stderr "Skipping tests in [info script]. tcltest 2.5 required."
|
||||
return
|
||||
}
|
||||
namespace import -force ::tcltest::*
|
||||
|
||||
Reference in New Issue
Block a user