diff options
author | msofer <msofer@noemail.net> | 2004-05-02 21:04:43 (GMT) |
---|---|---|
committer | msofer <msofer@noemail.net> | 2004-05-02 21:04:43 (GMT) |
commit | 408332871bffe480f9c7e4ee7545e9f9386499b6 (patch) | |
tree | 4a85588349f1a4d65bca7d73a4dd8d155849c3aa /tests/proc.test | |
parent | 7feda1dd3c1aa6d7d0734145c136a3ad66ec961d (diff) | |
download | tcl-408332871bffe480f9c7e4ee7545e9f9386499b6.zip tcl-408332871bffe480f9c7e4ee7545e9f9386499b6.tar.gz tcl-408332871bffe480f9c7e4ee7545e9f9386499b6.tar.bz2 |
cleaning up after new test in last commit
FossilOrigin-Name: 80d0b4a5bd1a95000074b429098d70fdaa167bbd
Diffstat (limited to 'tests/proc.test')
-rw-r--r-- | tests/proc.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/proc.test b/tests/proc.test index ef5f3c4..4f7fab6 100644 --- a/tests/proc.test +++ b/tests/proc.test @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: proc.test,v 1.14 2004/05/02 20:49:56 msofer Exp $ +# RCS: @(#) $Id: proc.test,v 1.15 2004/05/02 21:04:44 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -174,6 +174,7 @@ test proc-3.6 {TclObjInterpProc, proper quoting of proc name, Bug 942757} { catch {namespace delete {expand}[namespace children :: test_ns_*]} catch {rename p ""} catch {rename {} ""} +catch {rename {a b c} {}} catch {unset msg} if {[catch {package require procbodytest}]} { |