diff options
Diffstat (limited to 't/chainlint/nested-subshell-comment.expect')
-rw-r--r-- | t/chainlint/nested-subshell-comment.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/nested-subshell-comment.expect b/t/chainlint/nested-subshell-comment.expect index f89a8d03a8..078c6f275f 100644 --- a/t/chainlint/nested-subshell-comment.expect +++ b/t/chainlint/nested-subshell-comment.expect @@ -6,6 +6,6 @@ 7 # minor numbers of cows (or do they?) 8 baz && 9 snaff -10 ) ?!AMP?! +10 ) ?!LINT: missing '&&'?! 11 fuzzy 12 ) |