* 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:
parent
d9005dd52d
commit
db2a7681dd
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@arr = [1,2,3,4];
|
||||
@arr[1] = -1;
|
||||
$b = @arr[1];
|
||||
|
|
Loading…
Add table
Reference in a new issue