summaryrefslogtreecommitdiffstats
path: root/tests/lmap.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-05 08:18:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-05 08:18:25 (GMT)
commit0907a9675cbeef27c901d8393273da305ce4329e (patch)
tree8dacc3ea1b64f88ed43bc0eaf9aca2cdbaaf63e4 /tests/lmap.test
parent874f60a5b93116576493bfd061a7b01639532fbb (diff)
parent99ec9379ce6008e7e1cde6cd70228189bc79b34a (diff)
downloadtcl-0907a9675cbeef27c901d8393273da305ce4329e.zip
tcl-0907a9675cbeef27c901d8393273da305ce4329e.tar.gz
tcl-0907a9675cbeef27c901d8393273da305ce4329e.tar.bz2
merge trunk
Diffstat (limited to 'tests/lmap.test')
-rw-r--r--tests/lmap.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lmap.test b/tests/lmap.test
index 08035d9..641eac2 100644
--- a/tests/lmap.test
+++ b/tests/lmap.test
@@ -220,10 +220,10 @@ test lmap-4.14 {lmap errors} -returnCodes error -body {
} -result {list element in braces followed by "3" instead of space}
unset -nocomplain a
test lmap-4.15 {lmap errors} {
- apply {{} {
+ apply {{} {
set a(0) 44
- list [catch {lmap a {1 2 3} {}} msg o] $msg $::errorInfo
- }}
+ list [catch {lmap a {1 2 3} {}} msg o] $msg $::errorInfo
+ }}
} {1 {can't set "a": variable is array} {can't set "a": variable is array
while executing
"lmap a {1 2 3} {}"}}