diff options
-rw-r--r-- | tests/coroutine.test | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/coroutine.test b/tests/coroutine.test index 381cb63..d248269 100644 --- a/tests/coroutine.test +++ b/tests/coroutine.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: coroutine.test,v 1.7 2009/12/06 18:29:32 msofer Exp $ +# RCS: @(#) $Id: coroutine.test,v 1.8 2009/12/06 19:37:50 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -465,11 +465,6 @@ test coroutine-5.2 {right numLevels within coro} -constraints {testnrelevels} \ unset lambda -if {[testConstraint testnrelevels]} { - namespace forget testnre::* - namespace delete testnre -} - # cleanup ::tcltest::cleanupTests |