diff options
Diffstat (limited to 'tests/lrepeat.test')
-rw-r--r-- | tests/lrepeat.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lrepeat.test b/tests/lrepeat.test index 5478d7b..f6888b1 100644 --- a/tests/lrepeat.test +++ b/tests/lrepeat.test @@ -9,10 +9,10 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: lrepeat.test,v 1.1 2003/08/11 13:26:14 dkf Exp $ +# RCS: @(#) $Id: lrepeat.test,v 1.2 2003/10/06 14:32:22 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } |