summaryrefslogtreecommitdiffstats
path: root/tests/util.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-03 22:12:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-03 22:12:17 (GMT)
commit91c4b4a31ca712c4c39082e313e8c793f26b415b (patch)
treedbac6a8b9101b5c3b8408a496f9cd0dc2f5b4ad6 /tests/util.test
parent056a367469619bbaefcab3198b931112d8590a10 (diff)
downloadtcl-91c4b4a31ca712c4c39082e313e8c793f26b415b.zip
tcl-91c4b4a31ca712c4c39082e313e8c793f26b415b.tar.gz
tcl-91c4b4a31ca712c4c39082e313e8c793f26b415b.tar.bz2
niggly test suite fixes
Diffstat (limited to 'tests/util.test')
-rw-r--r--tests/util.test5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/util.test b/tests/util.test
index a3d181c..c16cd58 100644
--- a/tests/util.test
+++ b/tests/util.test
@@ -7,7 +7,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: util.test,v 1.10.4.2 2003/08/27 20:09:49 dgp Exp $
+# RCS: @(#) $Id: util.test,v 1.10.4.3 2004/11/03 22:12:17 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -314,8 +314,7 @@ test util-8.1 {TclNeedSpace - correct UTF8 handling} {
set result
} "\u5420 foo"
-set ::tcltest::testConstraints(testdstring) \
- [expr {[info commands testdstring] != {}}]
+tcltest::testConstraint testdstring [expr {[info commands testdstring] != {}}]
test util-8.2 {TclNeedSpace - correct UTF8 handling} testdstring {
# Bug 411825