summaryrefslogtreecommitdiffstats
path: root/tests/info.test
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-07-23 21:07:45 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-07-23 21:07:45 (GMT)
commitc4bf898f7977057eb1cf4c6155fbe222cc970726 (patch)
treeb606736ed73999fbd491a4ed10862ed5d8a734b8 /tests/info.test
parenta0900a49110c0eaf5ed791ee35c70b800d3d52ec (diff)
downloadtcl-c4bf898f7977057eb1cf4c6155fbe222cc970726.zip
tcl-c4bf898f7977057eb1cf4c6155fbe222cc970726.tar.gz
tcl-c4bf898f7977057eb1cf4c6155fbe222cc970726.tar.bz2
Rename new test to avoid duplicate test name.
Diffstat (limited to 'tests/info.test')
-rw-r--r--tests/info.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test
index 7fd9ec1..b1f6a40 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.52 2008/07/23 20:49:52 andreas_kupries Exp $
+# RCS: @(#) $Id: info.test,v 1.53 2008/07/23 21:07:45 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.