diff options
author | dgp <dgp@users.sourceforge.net> | 2013-09-19 04:03:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-09-19 04:03:57 (GMT) |
commit | a57f75c197b1d3371c96802a894b9a85d84f2632 (patch) | |
tree | 00dd04dd4a470e79fc220b9c1eb21430e61aba30 /tests | |
parent | 5c754c51c3f3c5953ac235d941fc02618b28a3ac (diff) | |
download | tcl-a57f75c197b1d3371c96802a894b9a85d84f2632.zip tcl-a57f75c197b1d3371c96802a894b9a85d84f2632.tar.gz tcl-a57f75c197b1d3371c96802a894b9a85d84f2632.tar.bz2 |
[3487626] Backport fix for knownBug test dict-23.2.
Diffstat (limited to 'tests')
-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 b92893e..a673957 100644 --- a/tests/dict.test +++ b/tests/dict.test @@ -1212,7 +1212,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 |