summaryrefslogtreecommitdiffstats
path: root/tests/if-old.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/if-old.test')
-rw-r--r--tests/if-old.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/if-old.test b/tests/if-old.test
index abade28..d4c3587 100644
--- a/tests/if-old.test
+++ b/tests/if-old.test
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# SCCS: @(#) if-old.test 1.10 96/10/22 11:33:06
+# SCCS: @(#) if-old.test 1.11 97/12/08 15:06:04
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -154,3 +154,5 @@ test if-old-4.10 {error conditions} {
test if-old-4.11 {error conditions} {
list [catch {if 0 then foo elseif 0 bar else {[error "error in else clause"]}} msg] $msg
} {1 {error in else clause}}
+
+return