diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-24 13:51:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-24 13:51:36 (GMT) |
commit | 4fd9789c692f218dc5b7b34eb3b4029674ffaa03 (patch) | |
tree | aa3285fb624f64e2badfbeee33ab06c4b9c8c5f2 /tests/execute.test | |
parent | c850bb8798a952623336cca73d9196af1454db02 (diff) | |
download | tcl-4fd9789c692f218dc5b7b34eb3b4029674ffaa03.zip tcl-4fd9789c692f218dc5b7b34eb3b4029674ffaa03.tar.gz tcl-4fd9789c692f218dc5b7b34eb3b4029674ffaa03.tar.bz2 |
Correct failures during -singleproc 1 test suite run.
Correct duplicate test names.
Diffstat (limited to 'tests/execute.test')
-rw-r--r-- | tests/execute.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/execute.test b/tests/execute.test index fad153b..b277da8 100644 --- a/tests/execute.test +++ b/tests/execute.test @@ -14,7 +14,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: execute.test,v 1.31 2009/06/13 14:31:54 dgp Exp $ +# RCS: @(#) $Id: execute.test,v 1.32 2009/06/24 13:51:36 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -945,6 +945,7 @@ test execute-8.4 {Compile epoch bump effect on stack trace} -setup { } -cleanup { rename foo {} rename FOO {} + unset -nocomplain m o stack1 stack2 } -result {} test execute-8.5 {Bug 2038069} -setup { proc demo {} { |