diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-28 23:07:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-28 23:07:06 (GMT) |
commit | 47e4c392e9decf35fcd06c3fad00af8796dd1d9d (patch) | |
tree | 913fd477e5f1bded674abeb6af3200cd5f7b4cb9 | |
parent | 8466cc50e51b988b8d181dbe9db4e19be8f9c698 (diff) | |
download | tcl-47e4c392e9decf35fcd06c3fad00af8796dd1d9d.zip tcl-47e4c392e9decf35fcd06c3fad00af8796dd1d9d.tar.gz tcl-47e4c392e9decf35fcd06c3fad00af8796dd1d9d.tar.bz2 |
Added note about test update
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ be simpler, some of which goes to TclObjInterpProcCore, and the rest of which is now in these far simpler routines which just do errorInfo stack generation for different types of procedure-like entity. + * tests/apply.test (apply-5.1): Updated to expect the more informative + form of message. 2006-10-27 Donal K. Fellows <dkf@users.sf.net> |