diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-06 19:37:50 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-06 19:37:50 (GMT) |
commit | 39cc2a0e16b0e756662ae39eb7e7381535dc5b54 (patch) | |
tree | ad360abf091d5c0fa5be43a98b08e2b177baf633 | |
parent | 435545b3b3cd8208239d3f989af2badd1c1ea6a0 (diff) | |
download | tcl-39cc2a0e16b0e756662ae39eb7e7381535dc5b54.zip tcl-39cc2a0e16b0e756662ae39eb7e7381535dc5b54.tar.gz tcl-39cc2a0e16b0e756662ae39eb7e7381535dc5b54.tar.bz2 |
oops - test error due to deletion of now not-created namespace
-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 |