summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-09-21 08:00:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-09-21 08:00:22 (GMT)
commitf250b157359a2a80012fd92403a0c220aa5806c3 (patch)
treefe955662db5ca9fe8039d38be38464495c7616f6 /tests/namespace.test
parent001194b2f601a85d1bf25104766cca3a02ea9df8 (diff)
downloadtcl-f250b157359a2a80012fd92403a0c220aa5806c3.zip
tcl-f250b157359a2a80012fd92403a0c220aa5806c3.tar.gz
tcl-f250b157359a2a80012fd92403a0c220aa5806c3.tar.bz2
Remove constraint on test which apparently passes
Diffstat (limited to 'tests/namespace.test')
-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