diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-27 15:05:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-27 15:05:28 (GMT) |
commit | 9a233a52c7f43a8ee85b497395e82c35210aa6fb (patch) | |
tree | d478971c4a4ece8fddd5ddd1c9de07266e01b73d /tests/interp.test | |
parent | d63bdddac575b06d8dbaff5caf199f191258281a (diff) | |
download | tcl-9a233a52c7f43a8ee85b497395e82c35210aa6fb.zip tcl-9a233a52c7f43a8ee85b497395e82c35210aa6fb.tar.gz tcl-9a233a52c7f43a8ee85b497395e82c35210aa6fb.tar.bz2 |
Test name was thoroughly misleading
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 {} { |