diff options
author | dgp <dgp@users.sourceforge.net> | 2006-01-11 17:29:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-01-11 17:29:46 (GMT) |
commit | a5986e8738308856d30f14f085d521c2613e2cb7 (patch) | |
tree | 115bb20d3d5ca2ea4fc15aff752df039cd472111 /tests | |
parent | 45515f86bb2c9932623f654aa25af42b1d0c4e7a (diff) | |
download | tcl-a5986e8738308856d30f14f085d521c2613e2cb7.zip tcl-a5986e8738308856d30f14f085d521c2613e2cb7.tar.gz tcl-a5986e8738308856d30f14f085d521c2613e2cb7.tar.bz2 |
increment tcltest version requirement
Diffstat (limited to 'tests')
-rw-r--r-- | tests/error.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/error.test b/tests/error.test index b79a21f..2175080 100644 --- a/tests/error.test +++ b/tests/error.test @@ -11,10 +11,10 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: error.test,v 1.9.2.2 2006/01/11 17:15:47 dgp Exp $ +# RCS: @(#) $Id: error.test,v 1.9.2.3 2006/01/11 17:29:46 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } |