diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-08-06 16:00:14 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-08-06 16:00:14 (GMT) |
commit | c35f73ae26971655393e97ecf7ef928604810afa (patch) | |
tree | 0d6903feb3891a3744d57e80dbdad3cd458ef37d | |
parent | 6b01089ea393a7596051f6e2a0a4c8c92d9b2b74 (diff) | |
download | tcl-c35f73ae26971655393e97ecf7ef928604810afa.zip tcl-c35f73ae26971655393e97ecf7ef928604810afa.tar.gz tcl-c35f73ae26971655393e97ecf7ef928604810afa.tar.bz2 |
Remove knownBug constraint now that apply has been fixed
-rw-r--r-- | tests/apply.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apply.test b/tests/apply.test index 47fcb67..24b27cc 100644 --- a/tests/apply.test +++ b/tests/apply.test @@ -261,7 +261,7 @@ test apply-9.1 {leaking internal rep} -setup { lindex $lines 3 3 } set lam [list {} {set a 1}] -} -constraints {memory knownBug} -body { +} -constraints {memory} -body { set end [getbytes] for {set i 0} {$i < 5} {incr i} { ::apply [lrange $lam 0 end] |