From bb3bf75ad9ba1ebd99869d5a4298148d0825919c Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 19 May 2004 20:33:11 +0000 Subject: Silly error --- tests/var.test | 4 ++-- 1 file 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} -- cgit v0.12