summaryrefslogtreecommitdiffstats
path: root/tests/while-old.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/while-old.test')
-rw-r--r--tests/while-old.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/while-old.test b/tests/while-old.test
index f5e5b05..478aac9 100644
--- a/tests/while-old.test
+++ b/tests/while-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: @(#) while-old.test 1.14 97/05/16 10:44:19
+# SCCS: @(#) while-old.test 1.15 97/12/08 15:06:17
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -111,3 +111,5 @@ test while-old-5.2 {while return result} {
set x 1
while {$x} {set x 0}
} {}
+
+return