summaryrefslogtreecommitdiffstats
path: root/tests/var.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-19 20:33:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-19 20:33:11 (GMT)
commitbb3bf75ad9ba1ebd99869d5a4298148d0825919c (patch)
tree415a3c80c6309432926bcb9c22d0ca2f85b3ccff /tests/var.test
parent2c09f44d03ebe26aa32f1b033f260f090ed65705 (diff)
downloadtcl-bb3bf75ad9ba1ebd99869d5a4298148d0825919c.zip
tcl-bb3bf75ad9ba1ebd99869d5a4298148d0825919c.tar.gz
tcl-bb3bf75ad9ba1ebd99869d5a4298148d0825919c.tar.bz2
Silly error
Diffstat (limited to 'tests/var.test')
-rw-r--r--tests/var.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/var.test b/tests/var.test
index 93e698b..df6b491 100644
--- a/tests/var.test
+++ b/tests/var.test
@@ -14,7 +14,7 @@
# 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.24 2004/05/19 20:15:32 dkf Exp $
+# RCS: @(#) $Id: var.test,v 1.25 2004/05/19 20:33:11 dkf Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -24,7 +24,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} {
testConstraint testupvar [llength [info commands testupvar]]
testConstraint testgetvarfullname [llength [info commands testgetvarfullname]]
-testConstraint testsetnoerr [info commands testsetnoerr]
+testConstraint testsetnoerr [llength [info commands testsetnoerr]]
catch {rename p ""}
catch {namespace delete test_ns_var}