From db2a7681dd6a5a894dcfcd0281ba34f6b23fb903 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 13 Dec 2014 12:56:22 -0800 Subject: [PATCH] * 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 deletion(-) 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]; -- 2.39.2