diff options
author | dkf <dkf@noemail.net> | 2004-05-27 15:05:27 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-05-27 15:05:27 (GMT) |
commit | 92ea8ed4149cb0dc933603cfa6449f530c1b064c (patch) | |
tree | d478971c4a4ece8fddd5ddd1c9de07266e01b73d /tests/interp.test | |
parent | 8507a8b0ae47da0e0060f508feb5a507ab9e4b86 (diff) | |
download | tcl-92ea8ed4149cb0dc933603cfa6449f530c1b064c.zip tcl-92ea8ed4149cb0dc933603cfa6449f530c1b064c.tar.gz tcl-92ea8ed4149cb0dc933603cfa6449f530c1b064c.tar.bz2 |
Test name was thoroughly misleading
FossilOrigin-Name: 2323996244d47520e0498738b6ff67e7dc1301b0
Diffstat (limited to 'tests/interp.test')
-rw-r--r-- | tests/interp.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/interp.test b/tests/interp.test index 3a91671..0275e75 100644 --- a/tests/interp.test +++ b/tests/interp.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: interp.test,v 1.37 2004/05/25 17:44:30 dgp Exp $ +# RCS: @(#) $Id: interp.test,v 1.38 2004/05/27 15:05:28 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2.1 @@ -2914,7 +2914,7 @@ test interp-34.3 {basic test of limits - pure bytecode loop} -body { } -returnCodes error -result {time limit exceeded} -cleanup { interp delete $i } -test interp-34.3.1 {basic test of limits - pure bytecode loop} -body { +test interp-34.3.1 {basic test of limits - pure inside-command loop} -body { set i [interp create] $i eval { proc foobar {} { |