summaryrefslogtreecommitdiffstats
path: root/tests/lsetComp.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lsetComp.test')
-rw-r--r--[-rwxr-xr-x]tests/lsetComp.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/lsetComp.test b/tests/lsetComp.test
index 6b9264c..6846cbf 100755..100644
--- a/tests/lsetComp.test
+++ b/tests/lsetComp.test
@@ -10,8 +10,6 @@
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-#
-# RCS: @(#) $Id$
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -36,7 +34,7 @@ test lsetComp-1.1 {lset, compiled, wrong \# args} {
evalInProc {
lset
}
-} "1 {wrong \# args: should be \"lset listVar index ?index...? value\"}"
+} "1 {wrong \# args: should be \"lset listVar ?index? ?index ...? value\"}"
test lsetComp-2.1 {lset, compiled, list of args, not a simple var name} {
evalInProc {