summaryrefslogtreecommitdiffstats
path: root/tests/apply.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-08-06 16:00:14 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-08-06 16:00:14 (GMT)
commitc35f73ae26971655393e97ecf7ef928604810afa (patch)
tree0d6903feb3891a3744d57e80dbdad3cd458ef37d /tests/apply.test
parent6b01089ea393a7596051f6e2a0a4c8c92d9b2b74 (diff)
downloadtcl-c35f73ae26971655393e97ecf7ef928604810afa.zip
tcl-c35f73ae26971655393e97ecf7ef928604810afa.tar.gz
tcl-c35f73ae26971655393e97ecf7ef928604810afa.tar.bz2
Remove knownBug constraint now that apply has been fixed
Diffstat (limited to 'tests/apply.test')
-rw-r--r--tests/apply.test2
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]