diff options
author | dgp <dgp@users.sourceforge.net> | 2018-03-10 14:37:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-03-10 14:37:36 (GMT) |
commit | 6fce39545c66c1b7d03c888c57dfab064288444f (patch) | |
tree | 1bf8d29fbefb6bc7f9ee31924db5436b8c6d47a0 /tests/cmdIL.test | |
parent | 87fd09e44a51e90ebb71a1f46a5300859c62e99a (diff) | |
download | tcl-6fce39545c66c1b7d03c888c57dfab064288444f.zip tcl-6fce39545c66c1b7d03c888c57dfab064288444f.tar.gz tcl-6fce39545c66c1b7d03c888c57dfab064288444f.tar.bz2 |
rename tests to make room for new tests in 8.7
Diffstat (limited to 'tests/cmdIL.test')
-rw-r--r-- | tests/cmdIL.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdIL.test b/tests/cmdIL.test index c83bd98..68122dd 100644 --- a/tests/cmdIL.test +++ b/tests/cmdIL.test @@ -147,10 +147,10 @@ test cmdIL-1.36 {lsort -stride and -index: Bug 2918962} { {{b i g} 12345} {{d e m o} 34512} } } {{{b i g} 12345} {{d e m o} 34512} {{c o d e} 54321} {{b l a h} 94729}} -test cmdIL-1.37 {lsort -stride and -index} -body { +test cmdIL-1.41 {lsort -stride and -index} -body { lsort -stride 2 -index -2 {a 2 b 1} } -returnCodes error -result {index "-2" cannot select an element from any list} -test cmdIL-1.38 {lsort -stride and-index} -body { +test cmdIL-1.42 {lsort -stride and-index} -body { lsort -stride 2 -index -1-1 {a 2 b 1} } -returnCodes error -result {index "-1-1" cannot select an element from any list} |