emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 db2a768: * test/automated/flymake/warnpred/test.p


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 db2a768: * test/automated/flymake/warnpred/test.pl: Tweak format
Date: Sat, 13 Dec 2014 20:56:34 +0000

branch: emacs-24
commit db2a7681dd6a5a894dcfcd0281ba34f6b23fb903
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/automated/flymake/warnpred/test.pl: Tweak format
    
    The previous format seems to have stopped giving a warning with perl 5.20.1,
    for some reason.
---
 test/ChangeLog                          |    5 +++++
 test/automated/flymake/warnpred/test.pl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/test/ChangeLog b/test/ChangeLog
index 0da5f99..442e802 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-13  Glenn Morris  <address@hidden>
+
+       * automated/flymake/warnpred/test.pl: Tweak format, since the
+       previous one seems to have stopped giving a warning with perl 5.20.1.
+
 2014-11-22  Fabián Ezequiel Gallina  <address@hidden>
 
        * automated/python-tests.el
diff --git a/test/automated/flymake/warnpred/test.pl 
b/test/automated/flymake/warnpred/test.pl
index 2013b2e..2752904 100644
--- a/test/automated/flymake/warnpred/test.pl
+++ b/test/automated/flymake/warnpred/test.pl
@@ -1,2 +1,2 @@
 @arr = [1,2,3,4];
address@hidden = -1;
+$b = @arr[1];



reply via email to

[Prev in Thread] Current Thread [Next in Thread]