summaryrefslogtreecommitdiffstats
path: root/tests/lreplace.test
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-21 23:39:52 (GMT)
committerstanton <stanton>1998-09-21 23:39:52 (GMT)
commit494c2de3a748b449c69ce322a1a741f5a31fd4d5 (patch)
treec3ece48c0ae3f4ba54787e0e8e729b65752ef3f9 /tests/lreplace.test
parent7a698c0488d99c0af42022714638ae1ba2afaa49 (diff)
downloadtcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.zip
tcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.tar.gz
tcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.tar.bz2
Added contents of Tcl 8.1a2
Diffstat (limited to 'tests/lreplace.test')
-rw-r--r--tests/lreplace.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lreplace.test b/tests/lreplace.test
index 44e8ee1..faca206 100644
--- a/tests/lreplace.test
+++ b/tests/lreplace.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: @(#) lreplace.test 1.16 97/10/29 16:32:39
+# SCCS: @(#) lreplace.test 1.17 97/12/08 15:03:40
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -129,3 +129,5 @@ test lreplace-3.1 {lreplace won't modify shared argument objects} {
} "a b c"
catch {unset foo}
+
+return