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 | 3204893f0915b8e1013dc77a8c814387be63811b (patch) | |
| tree | b41c680c59c99c667f5748724a2fcbe956f01900 | |
| parent | a2df72aecb12eefacae9be3771ea67651024d645 (diff) | |
| download | tcl-3204893f0915b8e1013dc77a8c814387be63811b.zip tcl-3204893f0915b8e1013dc77a8c814387be63811b.tar.gz tcl-3204893f0915b8e1013dc77a8c814387be63811b.tar.bz2 | |
[3487626] knownBug tests dict-23.2 and dist-24.21 already fixed on trunk.
| -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 {} |
