diff options
author | dgp <dgp@users.sourceforge.net> | 2018-04-20 16:55:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-04-20 16:55:30 (GMT) |
commit | 751fe9de93be33eda7b7e4d3a8efe71e4c27d84c (patch) | |
tree | 0832e8859a0a54ceb072d2b3a2b606f310d3638e /tests/set-old.test | |
parent | 0569fc46c844408dcdfbdeda711a3395967cb412 (diff) | |
parent | 24d501cb0d97f44e1df34cd4b0a4e51e7d830666 (diff) | |
download | tcl-751fe9de93be33eda7b7e4d3a8efe71e4c27d84c.zip tcl-751fe9de93be33eda7b7e4d3a8efe71e4c27d84c.tar.gz tcl-751fe9de93be33eda7b7e4d3a8efe71e4c27d84c.tar.bz2 |
merge 8.7
Diffstat (limited to 'tests/set-old.test')
-rw-r--r-- | tests/set-old.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set-old.test b/tests/set-old.test index 309abaf..b2e7aa6 100644 --- a/tests/set-old.test +++ b/tests/set-old.test @@ -340,7 +340,7 @@ test set-old-8.6 {array command} { catch {unset a} set a(22) 3 list [catch {array gorp a} msg] $msg -} {1 {unknown or ambiguous subcommand "gorp": must be anymore, donesearch, exists, get, names, nextelement, set, size, startsearch, statistics, or unset}} +} {1 {unknown or ambiguous subcommand "gorp": must be anymore, donesearch, exists, for, get, names, nextelement, set, size, startsearch, statistics, or unset}} test set-old-8.7 {array command, anymore option} { catch {unset a} list [catch {array anymore a x} msg] $msg |