diff options
Diffstat (limited to 'tests/var.test')
-rw-r--r-- | tests/var.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/var.test b/tests/var.test index d7496f6..fb378ae 100644 --- a/tests/var.test +++ b/tests/var.test @@ -14,12 +14,12 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: var.test,v 1.14 2000/04/04 08:05:19 hobbs Exp $ +# RCS: @(#) $Id: var.test,v 1.15 2000/04/10 17:19:06 ericm Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest - namespace import ::tcltest::* + namespace import -force ::tcltest::* } catch {rename p ""} |