1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* test/automated/flymake/warnpred/test.pl: Tweak earlier change.

This commit is contained in:
Glenn Morris 2014-12-13 13:17:38 -08:00
parent 59c218fae7
commit 7b945728d3

View File

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