summaryrefslogtreecommitdiffstats
path: root/tests/coroutine.test
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-12-06 19:37:50 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-12-06 19:37:50 (GMT)
commit39cc2a0e16b0e756662ae39eb7e7381535dc5b54 (patch)
treead360abf091d5c0fa5be43a98b08e2b177baf633 /tests/coroutine.test
parent435545b3b3cd8208239d3f989af2badd1c1ea6a0 (diff)
downloadtcl-39cc2a0e16b0e756662ae39eb7e7381535dc5b54.zip
tcl-39cc2a0e16b0e756662ae39eb7e7381535dc5b54.tar.gz
tcl-39cc2a0e16b0e756662ae39eb7e7381535dc5b54.tar.bz2
oops - test error due to deletion of now not-created namespace
Diffstat (limited to 'tests/coroutine.test')
-rw-r--r--tests/coroutine.test7
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