diff options
Diffstat (limited to 't/chainlint/nested-subshell-comment.test')
-rw-r--r-- | t/chainlint/nested-subshell-comment.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/nested-subshell-comment.test b/t/chainlint/nested-subshell-comment.test index 0ff136ab3c..0215cdb192 100644 --- a/t/chainlint/nested-subshell-comment.test +++ b/t/chainlint/nested-subshell-comment.test @@ -7,7 +7,7 @@ # minor numbers of cows (or do they?) baz && snaff -# LINT: missing "&&" on ')' +# LINT: missing "&&" on ")" ) fuzzy ) |