summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test/syntax_restrictions.t
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/test/syntax_restrictions.t')
-rw-r--r--perl_checker.src/test/syntax_restrictions.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/test/syntax_restrictions.t b/perl_checker.src/test/syntax_restrictions.t
index eb186d8..de7bf77 100644
--- a/perl_checker.src/test/syntax_restrictions.t
+++ b/perl_checker.src/test/syntax_restrictions.t
@@ -65,6 +65,6 @@ sub f2 { my ($x, $_y) = @_; $x } not enough parameters
f2(@l); # ok
f2(xxx()); # bad
-<<"EOF" Don't use <<"MARK", use <<MARK instead
+$xxx = <<"EOF"; Don't use <<"MARK", use <<MARK instead
foo
EOF