diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-19 22:10:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-19 22:10:10 (GMT) |
commit | 6ba5327e8579861a348ee361e3aff04356086458 (patch) | |
tree | 9790caf5f3e563afb49a9b98f35fe6c8f92fb8df /tests/dict.test | |
parent | 2e165c349a1c7b8d6a62f5b97adfff7f2b0ae80f (diff) | |
parent | 094f23c172acca8f32b0888cd536f01fc1daab1b (diff) | |
download | tcl-6ba5327e8579861a348ee361e3aff04356086458.zip tcl-6ba5327e8579861a348ee361e3aff04356086458.tar.gz tcl-6ba5327e8579861a348ee361e3aff04356086458.tar.bz2 |
merge trunk
Diffstat (limited to 'tests/dict.test')
-rw-r--r-- | tests/dict.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dict.test b/tests/dict.test index 22d652b..72a336c 100644 --- a/tests/dict.test +++ b/tests/dict.test @@ -1805,7 +1805,7 @@ test dict-24.20 {dict map stack space compilation: 'dict for' bug 1903325} { proc linenumber {} { dict get [info frame -1] line } -test dict-24.20 {dict compilation crash: 'dict for' bug 3487626} { +test dict-24.20.1 {dict compilation crash: 'dict for' bug 3487626} { apply {{} {apply {n { set e {} set k {} |