summaryrefslogtreecommitdiffstats
path: root/tests/case.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/case.test')
-rw-r--r--tests/case.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/case.test b/tests/case.test
index 9224372..bd7d870 100644
--- a/tests/case.test
+++ b/tests/case.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: @(#) case.test 1.13 96/02/16 08:55:41
+# SCCS: @(#) case.test 1.14 97/12/08 15:02:20
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -81,3 +81,5 @@ test case-3.2 {single-argument form for pattern/command pairs} {
test case-3.3 {single-argument form for pattern/command pairs} {
list [catch {case z in {a 2 b}} msg] $msg
} {1 {extra case pattern with no body}}
+
+return