aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-05-21 19:33:07 -0700
committerGlenn Morris2014-05-21 19:33:07 -0700
commitff965efb03f29b5003c8ace7cfe4510f643b8706 (patch)
tree5d8b7fdcfbb8244968453733043e9e4cc90afa91 /test/ChangeLog
parentf23423f322a99144efb04fee994408f2570fb80f (diff)
downloademacs-ff965efb03f29b5003c8ace7cfe4510f643b8706.tar.gz
emacs-ff965efb03f29b5003c8ace7cfe4510f643b8706.zip
Tweak previous bytecomp-tests.el change
* test/automated/bytecomp-tests.el (test-byte-comp-compile-and-load): Fix handling of temporary elc files.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index d42c0174a2c..d56e62283b4 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,7 +1,7 @@
12014-05-22 Glenn Morris <rgm@gnu.org> 12014-05-22 Glenn Morris <rgm@gnu.org>
2 2
3 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load): 3 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
4 Avoid leaving empty .elc tempfiles behind. 4 Fix handling of temporary elc files.
5 5
6 * automated/fns-tests.el (fns-tests-nreverse): 6 * automated/fns-tests.el (fns-tests-nreverse):
7 Update for changed string behavior. 7 Update for changed string behavior.