diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-04 02:13:40 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-04 02:13:40 (GMT) |
commit | f30e4208875db88eacedeabb363d94c5dbcc32ce (patch) | |
tree | 7a2c5ad8267a9ae169b566172b931957957725ef /tests/trace.test | |
parent | 1917d75e5fe50a58035bc8a2a47fdca8338ec9d7 (diff) | |
download | tcl-f30e4208875db88eacedeabb363d94c5dbcc32ce.zip tcl-f30e4208875db88eacedeabb363d94c5dbcc32ce.tar.gz tcl-f30e4208875db88eacedeabb363d94c5dbcc32ce.tar.bz2 |
* generic/tclInt.h:
* generic/tclNamesp.c:
* generic/tclVar.c:
* tests/trace.test: fix for [Bugs 1338280/1337229]; changed to use
the same approach as the 8.4 patch in the ticket (i.e., removed
the patch committed on 2005-31-10).
Diffstat (limited to 'tests/trace.test')
-rw-r--r-- | tests/trace.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/trace.test b/tests/trace.test index 224f698..29c6a9a 100644 --- a/tests/trace.test +++ b/tests/trace.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: trace.test,v 1.42 2005/10/31 19:54:56 msofer Exp $ +# RCS: @(#) $Id: trace.test,v 1.43 2005/11/04 02:13:41 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -1179,7 +1179,7 @@ test trace-18.4 {namespace delete / trace vdelete combo, Bug \#1338280} { namespace delete ::ref rename doTrace {} set info -} 1010 +} 1110 # Delete arrays when done, so they can be re-used as scalars # elsewhere. |