From: Glenn Morris Date: Sat, 13 Dec 2014 20:56:22 +0000 (-0800) Subject: * test/automated/flymake/warnpred/test.pl: Tweak format X-Git-Tag: emacs-24.4.90~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db2a768;p=emacs.git * 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. --- diff --git a/test/ChangeLog b/test/ChangeLog index 0da5f99b226..442e802a1bb 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2014-12-13 Glenn Morris + + * 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 * automated/python-tests.el diff --git a/test/automated/flymake/warnpred/test.pl b/test/automated/flymake/warnpred/test.pl index 2013b2e4434..2752904be24 100644 --- a/test/automated/flymake/warnpred/test.pl +++ b/test/automated/flymake/warnpred/test.pl @@ -1,2 +1,2 @@ @arr = [1,2,3,4]; -@arr[1] = -1; +$b = @arr[1];