mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* test/automated/flymake/warnpred/test.pl: Tweak earlier change.
This commit is contained in:
parent
59c218fae7
commit
7b945728d3
|
|
@ -1,2 +1,2 @@
|
|||
@arr = [1,2,3,4];
|
||||
$b = @arr[1];
|
||||
my $b = @arr[1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue