summaryrefslogtreecommitdiffstats
path: root/tests/lrange.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lrange.test')
-rw-r--r--tests/lrange.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lrange.test b/tests/lrange.test
index ec5936d..6c81872 100644
--- a/tests/lrange.test
+++ b/tests/lrange.test
@@ -64,7 +64,6 @@ test lrange-1.15 {range of list elements} {
test lrange-1.16 {list element quoting} {
lrange {[append a .b]} 0 end
} {{[append} a .b\]}
-
test lrange-2.1 {error conditions} {
list [catch {lrange a b} msg] $msg
} {1 {wrong # args: should be "lrange list first last"}}