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 | 4190757058d4216a53bcb641a6bf1ebd4cd15b00 (patch) | |
tree | 115bb20d3d5ca2ea4fc15aff752df039cd472111 /tests/error.test | |
parent | a2bbe3ab2d309791fea2520b7aa162a2f8d27cf8 (diff) | |
download | tcl-4190757058d4216a53bcb641a6bf1ebd4cd15b00.zip tcl-4190757058d4216a53bcb641a6bf1ebd4cd15b00.tar.gz tcl-4190757058d4216a53bcb641a6bf1ebd4cd15b00.tar.bz2 |
increment tcltest version requirement
Diffstat (limited to 'tests/error.test')
-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::* } |