diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-07-20 03:16:59 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-07-20 03:16:59 (GMT) |
| commit | 7f01d26c898cb3b98f038fa1ea16e09f1e8e558a (patch) | |
| tree | 133e081500330deca7694e23a52463a8758c81b3 | |
| parent | 387ec0ad0a9e786d1bca7053ebd87f1800db9b45 (diff) | |
| parent | db9786102c5e3ea4a6f3e6ded69921080bc741c9 (diff) | |
| download | tcl-7f01d26c898cb3b98f038fa1ea16e09f1e8e558a.zip tcl-7f01d26c898cb3b98f038fa1ea16e09f1e8e558a.tar.gz tcl-7f01d26c898cb3b98f038fa1ea16e09f1e8e558a.tar.bz2 | |
merge fork
| -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 e2be172..f1e94b4 100644 --- a/tests/apply.test +++ b/tests/apply.test @@ -257,7 +257,7 @@ test apply-9.1 {leaking internal rep} -setup { lindex $lines 3 3 } set lam [list {} {set a 1}] -} -constraints memory -body { +} -constraints {memory knownBug} -body { set end [getbytes] for {set i 0} {$i < 5} {incr i} { ::apply [lrange $lam 0 end] |
