diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-21 08:00:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-21 08:00:22 (GMT) |
commit | f250b157359a2a80012fd92403a0c220aa5806c3 (patch) | |
tree | fe955662db5ca9fe8039d38be38464495c7616f6 /tests/namespace.test | |
parent | 001194b2f601a85d1bf25104766cca3a02ea9df8 (diff) | |
download | tcl-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.test | 2 |
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 |