diff options
author | dgp <dgp@users.sourceforge.net> | 2013-09-19 16:06:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-09-19 16:06:53 (GMT) |
commit | bfcb6b40d2f77d552517ae44f7ced86acefd9dc5 (patch) | |
tree | d6daa4dabb76ebb4e52e5525f7320f8a4fc33398 /tests | |
parent | 24402310629e95ecb27a71505de4c3a5baa70c00 (diff) | |
download | tcl-bfcb6b40d2f77d552517ae44f7ced86acefd9dc5.zip tcl-bfcb6b40d2f77d552517ae44f7ced86acefd9dc5.tar.gz tcl-bfcb6b40d2f77d552517ae44f7ced86acefd9dc5.tar.bz2 |
renumber tests for branch merge
Diffstat (limited to 'tests')
-rw-r--r-- | tests/upvar.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/upvar.test b/tests/upvar.test index df7f551..f90abef 100644 --- a/tests/upvar.test +++ b/tests/upvar.test @@ -553,7 +553,7 @@ test upvar-NS-1.9 {nsupvar links to correct variable} \ -returnCodes error \ -cleanup {namespace delete test_ns_1} -test upvar-NS-2.1 {CompileWord OBOE} -setup { +test upvar-NS-3.1 {CompileWord OBOE} -setup { proc linenumber {} {dict get [info frame -1] line} } -body { apply {n { @@ -563,7 +563,7 @@ test upvar-NS-2.1 {CompileWord OBOE} -setup { } -cleanup { rename linenumber {} } -result 1 -test upvar-NS-2.2 {CompileWord OBOE} -setup { +test upvar-NS-3.2 {CompileWord OBOE} -setup { proc linenumber {} {dict get [info frame -1] line} } -body { apply {n { |