diff options
author | dgp <dgp@users.sourceforge.net> | 2009-11-16 18:00:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-11-16 18:00:11 (GMT) |
commit | bce1984cd71b25499760b589bfe695ffb6213d83 (patch) | |
tree | 26a12433839436b7c432fcfc0b29c7557ad65873 /tests/execute.test | |
parent | 3ffda83a5b3d9b03fa4bad1e5384919a46adf47a (diff) | |
download | tcl-bce1984cd71b25499760b589bfe695ffb6213d83.zip tcl-bce1984cd71b25499760b589bfe695ffb6213d83.tar.gz tcl-bce1984cd71b25499760b589bfe695ffb6213d83.tar.bz2 |
Revert mistaken commit
Diffstat (limited to 'tests/execute.test')
-rw-r--r-- | tests/execute.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/execute.test b/tests/execute.test index aa9e943..87f835e 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.33 2009/11/16 17:38:09 ferrieux Exp $ +# RCS: @(#) $Id: execute.test,v 1.34 2009/11/16 18:00:11 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -956,11 +956,11 @@ test execute-8.5 {Bug 2038069} -setup { demo } -cleanup { rename demo {} -} -match glob -result {-code 1 -level 0 -errorcode NONE -errorinfo {FOO +} -result {-code 1 -level 0 -errorcode NONE -errorinfo {FOO while executing "error FOO" invoked from within -"catch \[list error FOO\] m o"} -errorline 2 -errorstack *} +"catch [list error FOO] m o"} -errorline 2} test execute-9.1 {Interp result resetting [Bug 1522803]} { set c 0 |