* 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.
This commit is contained in:
Glenn Morris 2014-12-13 12:56:22 -08:00
parent d9005dd52d
commit db2a7681dd
2 changed files with 6 additions and 1 deletions

View 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

View file

@ -1,2 +1,2 @@
@arr = [1,2,3,4];
@arr[1] = -1;
$b = @arr[1];