summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-09-06 20:31:47 (GMT)
committersebres <sebres@users.sourceforge.net>2019-09-06 20:31:47 (GMT)
commitbbde800d2aec5abbfe3ea5a24527739116309eb9 (patch)
tree0975a4ca6f9d4961b1d9e724dec01988ab31d15f /tests
parentbacdfc5ef0bf56c2c3f6d8710b843f9715ac2f26 (diff)
parent8e96394008b91839c35817bd6f4d7eb95e3b12fd (diff)
downloadtcl-bbde800d2aec5abbfe3ea5a24527739116309eb9.zip
tcl-bbde800d2aec5abbfe3ea5a24527739116309eb9.tar.gz
tcl-bbde800d2aec5abbfe3ea5a24527739116309eb9.tar.bz2
merge 8.6 (TclGetFrame is the same as TclObjGetFrame, so no functional changes only test-case which show same "regression" now as "uplevel-4.0.*" tests)
Diffstat (limited to 'tests')
-rw-r--r--tests/upvar.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/upvar.test b/tests/upvar.test
index d1d5f7b..a483569 100644
--- a/tests/upvar.test
+++ b/tests/upvar.test
@@ -366,7 +366,7 @@ test upvar-8.11 {upvar will not create a variable that looks like an array} -set
test upvar-9.1 {Tcl_UpVar2 procedure} testupvar {
list [catch {testupvar xyz a {} x global} msg] $msg
-} {1 {bad level "xyz"}}
+} {1 {bad level "1"}}
test upvar-9.1.1 {TclGetFrame, via Tcl_UpVar2} testupvar {
apply {{} {testupvar xyz a {} x local; set x foo}}
set a