summaryrefslogtreecommitdiffstats
path: root/tests/lrange.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lrange.test')
-rw-r--r--tests/lrange.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lrange.test b/tests/lrange.test
index 32fbbaa..973c94e 100644
--- a/tests/lrange.test
+++ b/tests/lrange.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# SCCS: @(#) lrange.test 1.12 97/06/23 18:19:25
+# SCCS: @(#) lrange.test 1.13 97/12/08 15:03:37
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -81,3 +81,5 @@ test lrange-2.5 {error conditions} {
test lrange-2.6 {error conditions} {
list [catch {lrange "a b c \{ d e" 1 4} msg] $msg
} {1 {unmatched open brace in list}}
+
+return