diff options
author | dgp <dgp@users.sourceforge.net> | 2013-09-19 04:11:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-09-19 04:11:01 (GMT) |
commit | 5260904a408218366fe2ef7a780eea2dc5922c9b (patch) | |
tree | b41c680c59c99c667f5748724a2fcbe956f01900 /tests | |
parent | 868b8031fd65e9786ac1484f3fe1261c176ad5c0 (diff) | |
download | tcl-5260904a408218366fe2ef7a780eea2dc5922c9b.zip tcl-5260904a408218366fe2ef7a780eea2dc5922c9b.tar.gz tcl-5260904a408218366fe2ef7a780eea2dc5922c9b.tar.bz2 |
[3487626] knownBug tests dict-23.2 and dist-24.21 already fixed on trunk.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dict.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dict.test b/tests/dict.test index 02c9050..e898637 100644 --- a/tests/dict.test +++ b/tests/dict.test @@ -1604,7 +1604,7 @@ test dict-23.1 {dict compilation crash: Bug 3487626} { } }} [linenumber]}} } 5 -test dict-23.2 {dict compilation crash: Bug 3487626} knownBug { +test dict-23.2 {dict compilation crash: Bug 3487626} { # Something isn't quite right in line number and continuation line # tracking; at time of writing, this test produces 7, not 5, which # indicates that the extra newlines in the non-script argument are @@ -1838,7 +1838,7 @@ test dict-24.20.1 {dict compilation crash: 'dict for' bug 3487626} { } }} [linenumber]}} } 5 -test dict-24.21 {dict compilation crash: 'dict for' bug 3487626} knownBug { +test dict-24.21 {dict compilation crash: 'dict for' bug 3487626} { apply {{} {apply {n { set e {} set k {} |