diff options
author | dgp <dgp@users.sourceforge.net> | 2014-12-03 23:54:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-12-03 23:54:16 (GMT) |
commit | 4250f4411ad9371c8b76ecfbd57007d50115f42c (patch) | |
tree | b65a5c907ef021a60aed20cd1def6be3dc031e3f /tests | |
parent | d9ebab5933749443299aba720aa367df38a90eec (diff) | |
download | tcl-4250f4411ad9371c8b76ecfbd57007d50115f42c.zip tcl-4250f4411ad9371c8b76ecfbd57007d50115f42c.tar.gz tcl-4250f4411ad9371c8b76ecfbd57007d50115f42c.tar.bz2 |
Now make the patch by hand that fossil could not merge.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/compile.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/compile.test b/tests/compile.test index 7335293..d4a31d4 100644 --- a/tests/compile.test +++ b/tests/compile.test @@ -455,8 +455,7 @@ test compile-13.1 {testing underestimate of maxStackSize in list cmd} {exec} { list [catch {exec [interpreter] << $script} msg] $msg } {0 OK} -# Tests compile-14.* for compiling tokens from a copy of the source string. -# [Bug 599788] [Bug 0c043a175a47da8c2342] +# Tests compile-14.* for [Bug 599788] [Bug 0c043a175a47da8c2342] test compile-14.1 {testing errors in element name; segfault?} {} { catch {set a([error])} msg1 catch {set bubba([join $abba $jubba]) $vol} msg2 |