diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-24 10:34:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-24 10:34:11 (GMT) |
commit | 5e7d6ef8fae9debf78ec144defd6c447fef59192 (patch) | |
tree | 3640aa66fa95f3d28a22297bd0641c27a8b6def6 /tests/misc.test | |
parent | f87dce59c2695416ac275e2b3807e7e43b45aac5 (diff) | |
download | tcl-5e7d6ef8fae9debf78ec144defd6c447fef59192.zip tcl-5e7d6ef8fae9debf78ec144defd6c447fef59192.tar.gz tcl-5e7d6ef8fae9debf78ec144defd6c447fef59192.tar.bz2 |
Fix constraints so can test with tclsh as well as tcltest [Bug 736431]
Diffstat (limited to 'tests/misc.test')
-rw-r--r-- | tests/misc.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/misc.test b/tests/misc.test index 69b08e1..7eb023d 100644 --- a/tests/misc.test +++ b/tests/misc.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: misc.test,v 1.7 2003/11/14 23:21:02 dkf Exp $ +# RCS: @(#) $Id: misc.test,v 1.8 2004/06/24 10:34:12 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -67,7 +67,8 @@ missing close-brace for variable name "tstProc"}] for {set i 1} {$i<300} {incr i} { - test misc-2.$i {hash table with sys-alloc} "testhashsystemhash $i" OK + test misc-2.$i {hash table with sys-alloc} testhashsystemhash \ + "testhashsystemhash $i" OK } # cleanup |