diff options
Diffstat (limited to 'tests/link.test')
-rw-r--r-- | tests/link.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/link.test b/tests/link.test index ae06584..765f4b9 100644 --- a/tests/link.test +++ b/tests/link.test @@ -11,14 +11,14 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: link.test,v 1.6 2002/02/15 14:28:50 dkf Exp $ +# RCS: @(#) $Id: link.test,v 1.7 2002/06/22 04:19:47 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } -set ::tcltest::testConstraints(testlink) \ +::tcltest::testConstraint testlink \ [expr {[info commands testlink] != {}}] foreach i {int real bool string} { |