summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/flymake-resources/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/flymake-resources/test.pl')
-rw-r--r--test/lisp/progmodes/flymake-resources/test.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/progmodes/flymake-resources/test.pl b/test/lisp/progmodes/flymake-resources/test.pl
index d5abcb47e7f..6f4f1ccef50 100644
--- a/test/lisp/progmodes/flymake-resources/test.pl
+++ b/test/lisp/progmodes/flymake-resources/test.pl
@@ -1,2 +1,4 @@
@arr = [1,2,3,4];
+unknown;
my $b = @arr[1];
+[