summaryrefslogtreecommitdiffstats
path: root/tests/linsert.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/linsert.test
parent7a698c0488d99c0af42022714638ae1ba2afaa49 (diff)
downloadtcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.zip
tcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.tar.gz
tcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.tar.bz2
Added contents of Tcl 8.1a2
Diffstat (limited to 'tests/linsert.test')
-rw-r--r--tests/linsert.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/linsert.test b/tests/linsert.test
index 86a47f5..9111afb 100644
--- a/tests/linsert.test
+++ b/tests/linsert.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: @(#) linsert.test 1.14 97/11/18 13:54:18
+# SCCS: @(#) linsert.test 1.15 97/12/08 15:03:29
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -103,3 +103,5 @@ test linsert-3.2 {linsert won't modify shared argument objects} {
catch {unset lis}
catch {rename p ""}
+
+return