diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2008-07-23 21:07:22 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2008-07-23 21:07:22 (GMT) |
commit | 63c440a3b641ab2e55f64ebd26cd37228198467b (patch) | |
tree | df38d5367056ce35e217b844dc13220e535b5332 /tests/info.test | |
parent | 25c85582a0ca9a2fed3c9a6e6934b65f3fd5759a (diff) | |
download | tcl-63c440a3b641ab2e55f64ebd26cd37228198467b.zip tcl-63c440a3b641ab2e55f64ebd26cd37228198467b.tar.gz tcl-63c440a3b641ab2e55f64ebd26cd37228198467b.tar.bz2 |
Rename new test to avoid duplicate test name.
FossilOrigin-Name: 428e649b7528b794d1ee9ea91bfe0ade3ffb21eb
Diffstat (limited to 'tests/info.test')
-rw-r--r-- | tests/info.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test index 5a4dd13..ab4ff8e 100644 --- a/tests/info.test +++ b/tests/info.test @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: info.test,v 1.47.2.2 2008/07/23 20:47:33 andreas_kupries Exp $ +# RCS: @(#) $Id: info.test,v 1.47.2.3 2008/07/23 21:07:22 andreas_kupries Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -1301,7 +1301,7 @@ namespace delete foo # ------------------------------------------------------------------------- -test info-34.0 {eval pure list, single line} { +test info-37.0 {eval pure list, single line} { # Basically, counting the newline in the word seen through $foo # doesn't really make sense. It makes a bit of sense if the word # would have been a string literal in the command list. |