summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2011-09-21 08:00:22 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2011-09-21 08:00:22 (GMT)
commit58abdfe60e17e41fc48219349bfdacca0efce6a4 (patch)
treefe955662db5ca9fe8039d38be38464495c7616f6
parente179f2b4a1289eaf95d2dafee5d693710d41e01b (diff)
downloadtcl-58abdfe60e17e41fc48219349bfdacca0efce6a4.zip
tcl-58abdfe60e17e41fc48219349bfdacca0efce6a4.tar.gz
tcl-58abdfe60e17e41fc48219349bfdacca0efce6a4.tar.bz2
Remove constraint on test which apparently passes
-rw-r--r--tests/namespace.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespace.test b/tests/namespace.test
index f4e50bc..f07d8cf 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -2480,7 +2480,7 @@ test namespace-51.16 {Bug 1566526} {
test namespace-51.17 {resolution epoch handling: Bug 2898722} -setup {
set result {}
catch {namespace delete ::a}
-} -constraints knownBug -body {
+} -body {
namespace eval ::a {
proc c {} {lappend ::result A}
c