diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-14 18:49:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-14 18:49:47 (GMT) |
commit | caf6b557c548d9156937bcb092d6107a66f4c3de (patch) | |
tree | 56db2320dbc8c4f665599ce641db5ff80829d0a1 /tests/unsupported.test | |
parent | 59cc2edf669e2269457e9750eb1f0e18aa34a503 (diff) | |
download | tcl-caf6b557c548d9156937bcb092d6107a66f4c3de.zip tcl-caf6b557c548d9156937bcb092d6107a66f4c3de.tar.gz tcl-caf6b557c548d9156937bcb092d6107a66f4c3de.tar.bz2 |
Fix test flaws exposed by -singleproc 1 -debug 1
Diffstat (limited to 'tests/unsupported.test')
-rw-r--r-- | tests/unsupported.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unsupported.test b/tests/unsupported.test index d4b11de..0c706b8 100644 --- a/tests/unsupported.test +++ b/tests/unsupported.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: unsupported.test,v 1.14 2008/10/14 16:35:44 dgp Exp $ +# RCS: @(#) $Id: unsupported.test,v 1.15 2008/10/14 18:49:47 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -789,7 +789,7 @@ test unsupported-C.4.2 {bug #2093188} -setup { unset ::res } -result {{} 3 {{v {} read} {v {} unset}}} -test unsupported-C.4.2 {bug #2093947} -setup { +test unsupported-C.4.3 {bug #2093947} -setup { proc foo {} { set v 1 trace add variable v {write unset} bar |