]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/automated/flymake/warnpred/test.pl: Tweak format
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Dec 2014 20:56:22 +0000 (12:56 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Dec 2014 20:56:22 +0000 (12:56 -0800)
The previous format seems to have stopped giving a warning with perl 5.20.1,
for some reason.

test/ChangeLog
test/automated/flymake/warnpred/test.pl

index 0da5f99b2260c77a5bd1ada7b5d42fb6f57d609b..442e802a1bb72347c49274387083ed7815dbb016 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <fgallina@gnu.org>
 
        * automated/python-tests.el
index 2013b2e4434cb7ae45c7c041bea444e73b341a91..2752904be24e5379530b3abdd424bc4c7d386343 100644 (file)
@@ -1,2 +1,2 @@
 @arr = [1,2,3,4];
-@arr[1] = -1;
+$b = @arr[1];