summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-14 16:48:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-14 16:48:11 (GMT)
commitd41581b7b69f7837fdb13c3ab6e6be98d08506a3 (patch)
tree829da472d7618bbdc789932024029e7c4b9bff3a /tests
parent43adceb175b78847d4d791e54f623da29c6ef708 (diff)
downloadtcl-d41581b7b69f7837fdb13c3ab6e6be98d08506a3.zip
tcl-d41581b7b69f7837fdb13c3ab6e6be98d08506a3.tar.gz
tcl-d41581b7b69f7837fdb13c3ab6e6be98d08506a3.tar.bz2
oops
Diffstat (limited to 'tests')
-rw-r--r--tests/info.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test
index 71c4617..c062861 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.62 2008/10/14 16:35:44 dgp Exp $
+# RCS: @(#) $Id: info.test,v 1.63 2008/10/14 16:48:11 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -1414,7 +1414,7 @@ test info-38.7 {location information for arg substitution} -constraints testeval
join [lrange [testevalex {return -level 0 [etrace]}] 0 3] \n
} -result {* {type source line 728 file info.test cmd {info frame \$level} proc ::etrace level 0}
* {type eval line 1 cmd etrace proc ::tcltest::RunTest}
-* {type source line 1413 file info.test cmd {testevalex {return -level 0 \[etrace]}} proc ::tcltest::RunTest}
+* {type source line 1414 file info.test cmd {testevalex {return -level 0 \[etrace]}} proc ::tcltest::RunTest}
* {type source line 2298 file tcltest.tcl cmd {uplevel 1 $script} proc ::tcltest::RunTest}}
# -------------------------------------------------------------------------