diff options
author | hobbs <hobbs> | 2001-05-17 02:18:53 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-17 02:18:53 (GMT) |
commit | 8ea22a0b6d6fd6d009a1cd86ac8de8d14e1367f3 (patch) | |
tree | 7029966159f2ea5c7c4bc3812d638b8dba34c355 /tests/append.test | |
parent | 90c9c56c211f33d783dfd5e332d3e90bfd6abd84 (diff) | |
download | tcl-8ea22a0b6d6fd6d009a1cd86ac8de8d14e1367f3.zip tcl-8ea22a0b6d6fd6d009a1cd86ac8de8d14e1367f3.tar.gz tcl-8ea22a0b6d6fd6d009a1cd86ac8de8d14e1367f3.tar.bz2 |
* tests/error.test: updated error-1.3 message to account for
string index being compiled at toplevel.
Diffstat (limited to 'tests/append.test')
-rw-r--r-- | tests/append.test | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/append.test b/tests/append.test index cc0d1b9..a96d977 100644 --- a/tests/append.test +++ b/tests/append.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: append.test,v 1.5 2000/04/10 17:18:56 ericm Exp $ +# RCS: @(#) $Id: append.test,v 1.6 2001/05/17 02:18:53 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -181,15 +181,3 @@ catch {rename check ""} # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - |