summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-12 16:24:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-12 16:24:35 (GMT)
commit2707284613f1df3c587790ac8a2757dc8592db63 (patch)
treec143282a6a9b0d6332e018a7693d0d22e24b8691 /tests
parent8508c0f3b55b65af280c886a1ee0cc2331a94826 (diff)
downloadtcl-2707284613f1df3c587790ac8a2757dc8592db63.zip
tcl-2707284613f1df3c587790ac8a2757dc8592db63.tar.gz
tcl-2707284613f1df3c587790ac8a2757dc8592db63.tar.bz2
Dup test name. Bump to TclOO 1.0.5.
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 e0fddb3..c4fd379 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.0 {Bug 4b61afd660} -setup {
+test info-39.1 {Bug 4b61afd660} -setup {
proc probe {} {
return [dict get [info frame -1] line]
}