summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-01-25 20:41:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-01-25 20:41:26 (GMT)
commitaa4c4019527bd1869512b185f593eae22f342527 (patch)
tree29fc1e7ec6a27766f8b37584e9c7af3cfc0ff3fa /tests
parente403ff8f45f2d5327b449d9131d2a06896fe34f3 (diff)
parentf08ea445641489126720965930b2f1e96d44696c (diff)
downloadtcl-aa4c4019527bd1869512b185f593eae22f342527.zip
tcl-aa4c4019527bd1869512b185f593eae22f342527.tar.gz
tcl-aa4c4019527bd1869512b185f593eae22f342527.tar.bz2
test name continuity
Diffstat (limited to 'tests')
-rw-r--r--tests/info.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/info.test b/tests/info.test
index 42f5a96..1b52cf5 100644
--- a/tests/info.test
+++ b/tests/info.test
@@ -2398,7 +2398,7 @@ test info-33.35 {{*}, literal, simple, bytecompiled} -body {
# -------------------------------------------------------------------------
unset -nocomplain res
-test info-39.1 {Bug 4b61afd660} -setup {
+test info-39.2 {Bug 4b61afd660} -setup {
proc probe {} {
return [dict get [info frame -1] line]
}